summaryrefslogtreecommitdiff
path: root/scripts/kernel-doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* scripts/kernel-doc: ignore identifier on anonymous enumsMauro Carvalho Chehab2021-03-081-2/+7
* scripts: kernel-doc: fix attribute capture in function parsingAditya Srivastava2021-03-081-0/+2
* scripts: kernel-doc: fix typedef support for struct/union parsingAditya Srivastava2021-03-061-3/+14
* scripts: kernel-doc: fix array element capture in pointer-to-func parsingAditya Srivastava2021-02-221-1/+1
* scripts/kernel-doc: add internal hyperlink to DOC: sectionsMichal Wajdeczko2021-01-281-0/+1
* scripts: kernel-doc: validate kernel-doc markup with the actual namesMauro Carvalho Chehab2021-01-181-16/+46
* scripts: kernel-doc: fix parsing function-like typedefsMauro Carvalho Chehab2020-12-031-1/+1
* scripts: kernel-doc: Restore anonymous enum parsingAndy Shevchenko2020-11-131-1/+1
* scripts: kernel-doc: use :c:union when neededMauro Carvalho Chehab2020-10-281-1/+5
* scripts: kernel-doc: split typedef complex regexMauro Carvalho Chehab2020-10-281-5/+9
* scripts: kernel-doc: fix typedef parsingMauro Carvalho Chehab2020-10-281-2/+3
* scripts: kernel-doc: try to use c:function if possibleMauro Carvalho Chehab2020-10-151-9/+14
* scripts: kernel-doc: fix line number handlingMauro Carvalho Chehab2020-10-151-2/+4
* scripts: kernel-doc: allow passing desired Sphinx C domain dialectMauro Carvalho Chehab2020-10-151-8/+43
* scripts: kernel-doc: don't mangle with parameter listMauro Carvalho Chehab2020-10-151-12/+14
* scripts: kernel-doc: fix typedef identificationMauro Carvalho Chehab2020-10-151-23/+41