summaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'docs-5.16' of git://git.lwn.net/linuxLinus Torvalds2021-11-021-0/+2
|\
| * kernel-doc: support DECLARE_PHY_INTERFACE_MASK()Randy Dunlap2021-11-011-0/+1
| * scripts: kernel-doc: Ignore __alloc_size() attributeKees Cook2021-10-121-0/+1
* | stddef: Introduce DECLARE_FLEX_ARRAY() helperKees Cook2021-10-181-0/+2
* | stddef: Introduce struct_group() helper macroKees Cook2021-09-251-0/+7
|/
* scripts/kernel-doc: Override -Werror from KCFLAGS with KDOC_WERRORLaurent Pinchart2021-08-121-4/+4
* scripts: kernel-doc: reduce repeated regex expressions into variablesAditya Srivastava2021-05-171-37/+34
* kernel-doc: Add support for __deprecatedMatthew Wilcox2021-04-271-0/+1
* scripts: kernel-doc: improve parsing for kernel-doc comments syntaxAditya Srivastava2021-04-151-4/+15
* scripts: kernel-doc: add warning for comment not following kernel-doc syntaxAditya Srivastava2021-03-291-4/+13
* docs: kernel-doc: properly recognize parameter lines with colonsJonathan Corbet2021-03-261-1/+7
* kernel-doc: better handle '::' sequencesMauro Carvalho Chehab2021-03-251-1/+1