aboutsummaryrefslogtreecommitdiff
path: root/scripts/kernel-doc
AgeCommit message (Expand)AuthorFilesLines
2022-06-13scripts: kernel-doc: Always increment warnings counterGravatar Niklas Söderlund 1-47/+35
2022-03-28scripts/kernel-doc: change the line number meta infoGravatar Mauro Carvalho Chehab 1-2/+2
2022-02-24docs: scripts/kernel-doc: Detect absence of FILE argGravatar Akira Yokosawa 1-8/+17
2022-02-24scripts: kernel-doc: Refresh the copyright linesGravatar Tomasz Warniełło 1-0/+2
2022-02-24scripts: kernel-doc: Drop obsolete commentsGravatar Tomasz Warniełło 1-143/+0
2022-02-24scripts: kernel-doc: Replace the usage functionGravatar Tomasz Warniełło 1-10/+1
2022-02-24scripts: kernel-doc: Translate the "Other parameters" subsection of OPTIONSGravatar Tomasz Warniełło 1-5/+18
2022-02-24scripts: kernel-doc: Translate the "Output selection modifiers" subsection of...Gravatar Tomasz Warniełło 1-8/+29
2022-02-24scripts: kernel-doc: Translate the "Output selection" subsection of OPTIONSGravatar Tomasz Warniełło 1-13/+29
2022-02-24scripts: kernel-doc: Translate the "Output format selection modifier" subsect...Gravatar Tomasz Warniełło 1-7/+15
2022-02-24scripts: kernel-doc: Translate the "Output format selection" subsection of OP...Gravatar Tomasz Warniełło 1-5/+26
2022-02-24scripts: kernel-doc: Translate the DESCRIPTION sectionGravatar Tomasz Warniełło 1-6/+9
2022-02-24scripts: kernel-doc: Relink argument parsing error handling to pod2usageGravatar Tomasz Warniełło 1-3/+17
2022-02-24scripts: kernel-doc: Add the basic POD sectionsGravatar Tomasz Warniełło 1-0/+25
2021-11-02Merge tag 'docs-5.16' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-0/+2
2021-11-01kernel-doc: support DECLARE_PHY_INTERFACE_MASK()Gravatar Randy Dunlap 1-0/+1
2021-10-18stddef: Introduce DECLARE_FLEX_ARRAY() helperGravatar Kees Cook 1-0/+2
2021-10-12scripts: kernel-doc: Ignore __alloc_size() attributeGravatar Kees Cook 1-0/+1
2021-09-25stddef: Introduce struct_group() helper macroGravatar Kees Cook 1-0/+7
2021-08-12scripts/kernel-doc: Override -Werror from KCFLAGS with KDOC_WERRORGravatar Laurent Pinchart 1-4/+4
2021-05-17scripts: kernel-doc: reduce repeated regex expressions into variablesGravatar Aditya Srivastava 1-37/+34
2021-04-27kernel-doc: Add support for __deprecatedGravatar Matthew Wilcox 1-0/+1
2021-04-15scripts: kernel-doc: improve parsing for kernel-doc comments syntaxGravatar Aditya Srivastava 1-4/+15
2021-03-29scripts: kernel-doc: add warning for comment not following kernel-doc syntaxGravatar Aditya Srivastava 1-4/+13
2021-03-26docs: kernel-doc: properly recognize parameter lines with colonsGravatar Jonathan Corbet 1-1/+7
2021-03-25kernel-doc: better handle '::' sequencesGravatar Mauro Carvalho Chehab 1-1/+1
2021-03-08scripts/kernel-doc: ignore identifier on anonymous enumsGravatar Mauro Carvalho Chehab 1-2/+7
2021-03-08scripts: kernel-doc: fix attribute capture in function parsingGravatar Aditya Srivastava 1-0/+2
2021-03-06scripts: kernel-doc: fix typedef support for struct/union parsingGravatar Aditya Srivastava 1-3/+14
2021-02-22scripts: kernel-doc: fix array element capture in pointer-to-func parsingGravatar Aditya Srivastava 1-1/+1
2021-01-28scripts/kernel-doc: add internal hyperlink to DOC: sectionsGravatar Michal Wajdeczko 1-0/+1
2021-01-18scripts: kernel-doc: validate kernel-doc markup with the actual namesGravatar Mauro Carvalho Chehab 1-16/+46
2020-12-03scripts: kernel-doc: fix parsing function-like typedefsGravatar Mauro Carvalho Chehab 1-1/+1
2020-11-13scripts: kernel-doc: Restore anonymous enum parsingGravatar Andy Shevchenko 1-1/+1
2020-10-28scripts: kernel-doc: use :c:union when neededGravatar Mauro Carvalho Chehab 1-1/+5
2020-10-28scripts: kernel-doc: split typedef complex regexGravatar Mauro Carvalho Chehab 1-5/+9
2020-10-28scripts: kernel-doc: fix typedef parsingGravatar Mauro Carvalho Chehab 1-2/+3
2020-10-15scripts: kernel-doc: try to use c:function if possibleGravatar Mauro Carvalho Chehab 1-9/+14
2020-10-15scripts: kernel-doc: fix line number handlingGravatar Mauro Carvalho Chehab 1-2/+4
2020-10-15scripts: kernel-doc: allow passing desired Sphinx C domain dialectGravatar Mauro Carvalho Chehab 1-8/+43
2020-10-15scripts: kernel-doc: don't mangle with parameter listGravatar Mauro Carvalho Chehab 1-12/+14
2020-10-15scripts: kernel-doc: fix typedef identificationGravatar Mauro Carvalho Chehab 1-23/+41
2020-10-15scripts: kernel-doc: reimplement -nofunction argumentGravatar Mauro Carvalho Chehab 1-23/+21
2020-10-15scripts: kernel-doc: fix troubles with line countsGravatar Mauro Carvalho Chehab 1-3/+4
2020-10-15scripts: kernel-doc: use a less pedantic markup for funcs on Sphinx 3.xGravatar Mauro Carvalho Chehab 1-10/+24
2020-10-15scripts: kernel-doc: make it more compatible with Sphinx 3.xGravatar Mauro Carvalho Chehab 1-6/+65
2020-10-15scripts: kernel-doc: add support for typedef enumGravatar Mauro Carvalho Chehab 1-4/+11
2020-09-16kernel-doc: add support for ____cacheline_aligned attributeGravatar Jonathan Cameron 1-1/+2
2020-09-10kernel-doc: include line numbers for function prototypesGravatar Mauro Carvalho Chehab 1-0/+2
2020-07-31scripts/kernel-doc: optionally treat warnings as errorsGravatar Pierre-Louis Bossart 1-1/+22