summaryrefslogtreecommitdiff
path: root/scripts/kernel-doc
AgeCommit message (Expand)AuthorFilesLines
2023-08-18scripts: kernel-doc: fix macro handling in enumsPavan Kumar Linga1-0/+1
2023-08-18scripts: kernel-doc: parse DEFINE_DMA_UNMAP_[ADDR|LEN]Pavan Kumar Linga1-0/+4
2023-07-07Merge tag 'docs-6.5-2' of git://git.lwn.net/linuxLinus Torvalds1-0/+3
2023-07-04scripts: kernel-doc: support private / public marking for enumsJakub Kicinski1-0/+3
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-5/+23
2023-06-10kernel-doc: don't let V=1 change outcomeJohannes Berg1-5/+23
2023-06-05docs: scripts: kernel-doc: accept bitwise negation like ~@varMark Rutland1-1/+1
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+2
2023-01-31scripts: kernel-doc: Remove workaround for @param... syntaxJonathan Neuschäfer1-11/+0
2023-01-22kbuild: do not print extra logs for V=2Masahiro Yamada1-2/+2
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+5
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+8
2022-11-29scripts/kernel-doc: support EXPORT_SYMBOL_NS_GPL() with -exportJason Gunthorpe1-4/+8
2022-10-29string: Rewrite and add more kern-doc for the str*() functionsKees Cook1-1/+5
2022-10-19docs: improve the HTML formatting of kerneldoc commentsJonathan Corbet1-21/+33
2022-06-13scripts: kernel-doc: Always increment warnings counterNiklas Söderlund1-47/+35
2022-03-28scripts/kernel-doc: change the line number meta infoMauro Carvalho Chehab1-2/+2
2022-02-24docs: scripts/kernel-doc: Detect absence of FILE argAkira Yokosawa1-8/+17
2022-02-24scripts: kernel-doc: Refresh the copyright linesTomasz Warniełło1-0/+2
2022-02-24scripts: kernel-doc: Drop obsolete commentsTomasz Warniełło1-143/+0
2022-02-24scripts: kernel-doc: Replace the usage functionTomasz Warniełło1-10/+1
2022-02-24scripts: kernel-doc: Translate the "Other parameters" subsection of OPTIONSTomasz Warniełło1-5/+18
2022-02-24scripts: kernel-doc: Translate the "Output selection modifiers" subsection of...Tomasz Warniełło1-8/+29
2022-02-24scripts: kernel-doc: Translate the "Output selection" subsection of OPTIONSTomasz Warniełło1-13/+29
2022-02-24scripts: kernel-doc: Translate the "Output format selection modifier" subsect...Tomasz Warniełło1-7/+15
2022-02-24scripts: kernel-doc: Translate the "Output format selection" subsection of OP...Tomasz Warniełło1-5/+26
2022-02-24scripts: kernel-doc: Translate the DESCRIPTION sectionTomasz Warniełło1-6/+9
2022-02-24scripts: kernel-doc: Relink argument parsing error handling to pod2usageTomasz Warniełło1-3/+17
2022-02-24scripts: kernel-doc: Add the basic POD sectionsTomasz Warniełło1-0/+25
2021-11-03Merge tag 'docs-5.16' of git://git.lwn.net/linuxLinus Torvalds1-0/+2
2021-11-01kernel-doc: support DECLARE_PHY_INTERFACE_MASK()Randy Dunlap1-0/+1
2021-10-18stddef: Introduce DECLARE_FLEX_ARRAY() helperKees Cook1-0/+2
2021-10-12scripts: kernel-doc: Ignore __alloc_size() attributeKees Cook1-0/+1
2021-09-25stddef: Introduce struct_group() helper macroKees Cook1-0/+7
2021-08-12scripts/kernel-doc: Override -Werror from KCFLAGS with KDOC_WERRORLaurent Pinchart1-4/+4
2021-05-17scripts: kernel-doc: reduce repeated regex expressions into variablesAditya Srivastava1-37/+34
2021-04-27kernel-doc: Add support for __deprecatedMatthew Wilcox1-0/+1
2021-04-16scripts: kernel-doc: improve parsing for kernel-doc comments syntaxAditya Srivastava1-4/+15
2021-03-30scripts: kernel-doc: add warning for comment not following kernel-doc syntaxAditya Srivastava1-4/+13
2021-03-26docs: kernel-doc: properly recognize parameter lines with colonsJonathan Corbet1-1/+7
2021-03-25kernel-doc: better handle '::' sequencesMauro Carvalho Chehab1-1/+1
2021-03-09scripts/kernel-doc: ignore identifier on anonymous enumsMauro Carvalho Chehab1-2/+7
2021-03-09scripts: kernel-doc: fix attribute capture in function parsingAditya Srivastava1-0/+2
2021-03-07scripts: kernel-doc: fix typedef support for struct/union parsingAditya Srivastava1-3/+14
2021-02-23scripts: kernel-doc: fix array element capture in pointer-to-func parsingAditya Srivastava1-1/+1
2021-01-29scripts/kernel-doc: add internal hyperlink to DOC: sectionsMichal Wajdeczko1-0/+1
2021-01-18scripts: kernel-doc: validate kernel-doc markup with the actual namesMauro Carvalho Chehab1-16/+46
2020-12-04scripts: kernel-doc: fix parsing function-like typedefsMauro Carvalho Chehab1-1/+1
2020-11-14scripts: kernel-doc: Restore anonymous enum parsingAndy Shevchenko1-1/+1
2020-10-28scripts: kernel-doc: use :c:union when neededMauro Carvalho Chehab1-1/+5