summaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix bitfield handling in kernel-docDonald Hunter2024-03-291-1/+1
* Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-03-131-1/+1
|\
| * kernel-doc: Add unary operator * to $type_param_refAkira Yokosawa2024-02-291-1/+1
* | kernel-doc: handle #if in enums as wellJohannes Berg2024-02-211-1/+1
* | scripts/kernel-doc: simplify signature printingVegard Nossum2024-02-211-22/+14
* | scripts/kernel-doc: separate out function signatureVegard Nossum2024-02-211-21/+28
* | scripts/kernel-doc: simplify function printingVegard Nossum2024-02-211-6/+4
* | scripts/kernel-doc: add modeline for vim usersVegard Nossum2024-02-211-0/+1
* | scripts/kernel-doc: reindentVegard Nossum2024-02-141-1264/+1258
* | kernel-doc: Support arrays of pointers struct fieldsSakari Ailus2024-02-051-0/+9
* | kernel-doc: drop looking for "MACDOC"Randy Dunlap2024-01-301-1/+1
* | scripts/kernel-doc: Do not process backslash lines in commentsAnna-Maria Behnsen2024-01-301-1/+1
|/
* Merge tag 'docs-6.8' of git://git.lwn.net/linuxLinus Torvalds2024-01-111-3/+12
|\
| * kernel-doc: handle a void function without producing a warningRandy Dunlap2024-01-031-0/+1
| * kernel-doc: Align quick help and the codeAndy Shevchenko2023-12-191-2/+2
| * docs: ignore __counted_by attribute in structure definitionsJonathan Corbet2023-12-181-0/+1
| * scripts: kernel-doc: Clarify missing struct member descriptionKees Cook2023-12-151-1/+1
| * scripts/kernel-doc: restore warning for Excess struct/unionRandy Dunlap2023-12-151-0/+7
* | cache: enforce cache groupsCoco Li2023-12-021-0/+5
|/
* scripts/kernel-doc: Fix the regex for matching -Werror flagYujie Liu2023-10-301-1/+1
* scripts/kernel-doc: match -Werror flag strictlyYujie Liu2023-10-221-1/+1
* scripts: kernel-doc: fix macro handling in enumsPavan Kumar Linga2023-08-181-0/+1
* scripts: kernel-doc: parse DEFINE_DMA_UNMAP_[ADDR|LEN]Pavan Kumar Linga2023-08-181-0/+4
* Merge tag 'docs-6.5-2' of git://git.lwn.net/linuxLinus Torvalds2023-07-061-0/+3
|\
| * scripts: kernel-doc: support private / public marking for enumsJakub Kicinski2023-07-041-0/+3
* | Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-07-011-5/+23
|\ \
| * | kernel-doc: don't let V=1 change outcomeJohannes Berg2023-06-101-5/+23
| |/
* / docs: scripts: kernel-doc: accept bitwise negation like ~@varMark Rutland2023-06-051-1/+1
|/
* Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-02-261-2/+2
|\
| * kbuild: do not print extra logs for V=2Masahiro Yamada2023-01-221-2/+2
* | scripts: kernel-doc: Remove workaround for @param... syntaxJonathan Neuschäfer2023-01-311-11/+0
|/
* Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-1/+5
|\
| * string: Rewrite and add more kern-doc for the str*() functionsKees Cook2022-10-281-1/+5
* | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-4/+8
|\ \
| * | scripts/kernel-doc: support EXPORT_SYMBOL_NS_GPL() with -exportJason Gunthorpe2022-11-291-4/+8
| |/
* / docs: improve the HTML formatting of kerneldoc commentsJonathan Corbet2022-10-181-21/+33
|/
* scripts: kernel-doc: Always increment warnings counterNiklas Söderlund2022-06-131-47/+35
* scripts/kernel-doc: change the line number meta infoMauro Carvalho Chehab2022-03-281-2/+2
* docs: scripts/kernel-doc: Detect absence of FILE argAkira Yokosawa2022-02-241-8/+17
* scripts: kernel-doc: Refresh the copyright linesTomasz Warniełło2022-02-241-0/+2
* scripts: kernel-doc: Drop obsolete commentsTomasz Warniełło2022-02-241-143/+0
* scripts: kernel-doc: Replace the usage functionTomasz Warniełło2022-02-241-10/+1
* scripts: kernel-doc: Translate the "Other parameters" subsection of OPTIONSTomasz Warniełło2022-02-241-5/+18
* scripts: kernel-doc: Translate the "Output selection modifiers" subsection of...Tomasz Warniełło2022-02-241-8/+29
* scripts: kernel-doc: Translate the "Output selection" subsection of OPTIONSTomasz Warniełło2022-02-241-13/+29
* scripts: kernel-doc: Translate the "Output format selection modifier" subsect...Tomasz Warniełło2022-02-241-7/+15
* scripts: kernel-doc: Translate the "Output format selection" subsection of OP...Tomasz Warniełło2022-02-241-5/+26
* scripts: kernel-doc: Translate the DESCRIPTION sectionTomasz Warniełło2022-02-241-6/+9
* scripts: kernel-doc: Relink argument parsing error handling to pod2usageTomasz Warniełło2022-02-241-3/+17
* scripts: kernel-doc: Add the basic POD sectionsTomasz Warniełło2022-02-241-0/+25