aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
AgeCommit message (Expand)AuthorFilesLines
2024-03-29docs: Fix bitfield handling in kernel-docDonald Hunter1-1/+1
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2024-02-29kernel-doc: Add unary operator * to $type_param_refAkira Yokosawa1-1/+1
2024-02-21kernel-doc: handle #if in enums as wellJohannes Berg1-1/+1
2024-02-21scripts/kernel-doc: simplify signature printingVegard Nossum1-22/+14
2024-02-21scripts/kernel-doc: separate out function signatureVegard Nossum1-21/+28
2024-02-21scripts/kernel-doc: simplify function printingVegard Nossum1-6/+4
2024-02-21scripts/kernel-doc: add modeline for vim usersVegard Nossum1-0/+1
2024-02-14scripts/kernel-doc: reindentVegard Nossum1-1264/+1258
2024-02-05kernel-doc: Support arrays of pointers struct fieldsSakari Ailus1-0/+9
2024-01-30kernel-doc: drop looking for "MACDOC"Randy Dunlap1-1/+1
2024-01-30scripts/kernel-doc: Do not process backslash lines in commentsAnna-Maria Behnsen1-1/+1
2024-01-11Merge tag 'docs-6.8' of git://git.lwn.net/linuxLinus Torvalds1-3/+12
2024-01-03kernel-doc: handle a void function without producing a warningRandy Dunlap1-0/+1
2023-12-19kernel-doc: Align quick help and the codeAndy Shevchenko1-2/+2
2023-12-18docs: ignore __counted_by attribute in structure definitionsJonathan Corbet1-0/+1
2023-12-15scripts: kernel-doc: Clarify missing struct member descriptionKees Cook1-1/+1
2023-12-15scripts/kernel-doc: restore warning for Excess struct/unionRandy Dunlap1-0/+7
2023-12-02cache: enforce cache groupsCoco Li1-0/+5
2023-10-30scripts/kernel-doc: Fix the regex for matching -Werror flagYujie Liu1-1/+1
2023-10-22scripts/kernel-doc: match -Werror flag strictlyYujie Liu1-1/+1
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-06Merge 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-28string: Rewrite and add more kern-doc for the str*() functionsKees Cook1-1/+5
2022-10-18docs: 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-02Merge 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-15scripts: kernel-doc: improve parsing for kernel-doc comments syntaxAditya Srivastava1-4/+15
2021-03-29scripts: 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-08scripts/kernel-doc: ignore identifier on anonymous enumsMauro Carvalho Chehab1-2/+7
2021-03-08scripts: kernel-doc: fix attribute capture in function parsingAditya Srivastava1-0/+2
2021-03-06scripts: kernel-doc: fix typedef support for struct/union parsingAditya Srivastava1-3/+14
2021-02-22scripts: kernel-doc: fix array element capture in pointer-to-func parsingAditya Srivastava1-1/+1
2021-01-28scripts/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-03scripts: kernel-doc: fix parsing function-like typedefsMauro Carvalho Chehab1-1/+1
2020-11-13scripts: kernel-doc: Restore anonymous enum parsingAndy Shevchenko1-1/+1
2020-10-28scripts: kernel-doc: use :c:union when neededMauro Carvalho Chehab1-1/+5
2020-10-28scripts: kernel-doc: split typedef complex regexMauro Carvalho Chehab1-5/+9
2020-10-28scripts: kernel-doc: fix typedef parsingMauro Carvalho Chehab1-2/+3
2020-10-15scripts: kernel-doc: try to use c:function if possibleMauro Carvalho Chehab1-9/+14
2020-10-15scripts: kernel-doc: fix line number handlingMauro Carvalho Chehab1-2/+4
2020-10-15scripts: kernel-doc: allow passing desired Sphinx C domain dialectMauro Carvalho Chehab1-8/+43
2020-10-15scripts: kernel-doc: don't mangle with parameter listMauro Carvalho Chehab1-12/+14
2020-10-15scripts: kernel-doc: fix typedef identificationMauro Carvalho Chehab1-23/+41
2020-10-15scripts: kernel-doc: reimplement -nofunction argumentMauro Carvalho Chehab1-23/+21
2020-10-15scripts: kernel-doc: fix troubles with line countsMauro Carvalho Chehab1-3/+4
2020-10-15scripts: kernel-doc: use a less pedantic markup for funcs on Sphinx 3.xMauro Carvalho Chehab1-10/+24
2020-10-15scripts: kernel-doc: make it more compatible with Sphinx 3.xMauro Carvalho Chehab1-6/+65
2020-10-15scripts: kernel-doc: add support for typedef enumMauro Carvalho Chehab1-4/+11
2020-09-16kernel-doc: add support for ____cacheline_aligned attributeJonathan Cameron1-1/+2
2020-09-10kernel-doc: include line numbers for function prototypesMauro Carvalho Chehab1-0/+2
2020-07-31scripts/kernel-doc: optionally treat warnings as errorsPierre-Louis Bossart1-1/+22
2020-06-26scripts/kernel-doc: handle function pointer prototypesMauro Carvalho Chehab1-0/+5
2020-06-26scripts/kernel-doc: parse __ETHTOOL_DECLARE_LINK_MODE_MASKMauro Carvalho Chehab1-0/+2
2020-06-08Replace HTTP links with HTTPS ones: documentationAlexander A. Klimov1-1/+1
2020-04-20scripts: kernel-doc: accept blank lines on parameter descriptionMauro Carvalho Chehab1-12/+23
2020-04-20scripts: kernel-doc: accept negation like !@varMauro Carvalho Chehab1-1/+3
2020-04-20scripts: kernel-doc: proper handle @foo->bar()Mauro Carvalho Chehab1-0/+2
2020-04-15scripts/kernel-doc: Add missing close-paren in c:function directivesPeter Maydell1-1/+1
2019-11-07scripts/kernel-doc: Add support for named variable macro argumentsJonathan Neuschäfer1-0/+16
2019-10-01kernel-doc: add support for ____cacheline_aligned_in_smp attributeAndré Almeida1-1/+2
2019-10-01kernel-doc: fix processing nested structs with attributesAndré Almeida1-4/+4
2019-08-12kernel-doc: Allow anonymous enumAndy Shevchenko1-1/+1
2019-08-06kernel-doc: ignore __printf attributeRandy Dunlap1-0/+1
2019-06-26kernel-doc: Don't try to mark up function namesJonathan Corbet1-1/+1
2019-05-27kernel-doc: always name missing kerneldoc sectionsJonathan Corbet1-7/+9
2019-01-16kernel-doc: suppress 'not described' warnings for embedded struct fieldsJonathan Corbet1-1/+1
2018-11-25scripts/kernel-doc: Fix struct and struct field attribute processingSakari Ailus1-3/+4
2018-11-07kernel-doc: extend $type_param to match members referenced by pointerMike Rapoport1-1/+1
2018-11-07kernel-doc: kill trailing whitespaceMike Rapoport1-2/+2
2018-10-18kernel-doc: fix declaration type determinationRandy Dunlap1-4/+4
2018-08-06scripts/kernel-doc: Escape all literal braces in regexesBen Hutchings1-10/+10
2018-07-23PATCH scripts/kernel-docvaldis.kletnieks@vt.edu1-2/+2
2018-03-29docs: kernel-doc: fix parsing of arraysMauro Carvalho Chehab1-1/+1
2018-03-21kernel-doc: Remove __sched markingsMatthew Wilcox1-0/+1
2018-02-20Merge branch 'kerneldoc2' into docs-nextJonathan Corbet1-301/+365
2018-02-20docs: Add an SPDX header to kernel-docJonathan Corbet1-0/+1
2018-02-18scripts: kernel-doc: support in-line comments on nested structs/unionsMauro Carvalho Chehab1-1/+1
2018-02-18scripts: kernel_doc: fixup reporting of function identifiersMike Rapoport1-1/+1
2018-02-15docs: kernel-doc: Don't mangle literal code blocks in commentsJonathan Corbet1-5/+64
2018-02-15docs: kernel-doc: Finish moving STATE_* code out of process_file()Jonathan Corbet1-62/+77
2018-02-15docs: kernel-doc: Move STATE_PROTO processing into its own functionJonathan Corbet1-18/+28
2018-02-15docs: kernel-doc: Move STATE_BODY processing to a separate functionJonathan Corbet1-92/+101
2018-02-15docs: kernel-doc: Move STATE_NAME processing into its own functionJonathan Corbet1-65/+72
2018-02-15docs: kernel-doc: Move STATE_NORMAL processing into its own functionJonathan Corbet1-5/+16
2018-02-15docs: kernel-doc: Rename and split STATE_FIELDJonathan Corbet1-11/+11
2018-02-15docs: kernel-doc: Get rid of xml_escape() and friendsJonathan Corbet1-56/+9
2018-01-01scripts: kernel_doc: better handle show warnings logicMauro Carvalho Chehab1-15/+41
2017-12-21scripts: kernel-doc: apply filtering rules to warningsMauro Carvalho Chehab1-7/+23
2017-12-21scripts: kernel-doc: improve nested logic to handle multiple identifiersMauro Carvalho Chehab1-25/+44
2017-12-21scripts: kernel-doc: handle nested struct function argumentsMauro Carvalho Chehab1-12/+26
2017-12-21scripts: kernel-doc: print the declaration name on warningsMauro Carvalho Chehab1-22/+16
2017-12-21scripts: kernel-doc: get rid of $nested parameterMauro Carvalho Chehab1-15/+4
2017-12-21scripts: kernel-doc: parse next structs/unionsMauro Carvalho Chehab1-53/+68
2017-12-21scripts: kernel-doc: replace tabs by spacesMauro Carvalho Chehab1-5/+5
2017-12-21scripts: kernel-doc: change default to ReST formatMauro Carvalho Chehab1-3/+3
2017-12-21scripts: kernel-doc: improve argument handlingMauro Carvalho Chehab1-16/+20
2017-12-21scripts: kernel-doc: get rid of unused output formatsMauro Carvalho Chehab1-1179/+4
2017-12-21docs: get rid of kernel-doc-nano-HOWTO.txtMauro Carvalho Chehab1-1/+1
2017-12-11kernel-doc: parse DECLARE_KFIFO and DECLARE_KFIFO_PTR()Mauro Carvalho Chehab1-2/+6
2017-12-02scripts/kernel-doc: Don't fail with status != 0 if error encountered with -noneWill Deacon1-1/+1
2017-11-23Merge tag 'docs-4.15-2' of git://git.lwn.net/linuxLinus Torvalds1-1/+24
2017-11-20Add optional check for bad kernel-doc commentsMatthew Wilcox1-1/+24
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)1-2/+0
2017-09-26scripts/kernel-doc: warn on excess enum value descriptionsJohannes Berg1-4/+13
2017-08-30kernel-doc parser mishandles declarations split into linesMarkus Heiser1-0/+4
2017-07-07Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2017-07-03scripts/kernel-doc: handle DECLARE_HASHTABLEJakub Kicinski1-0/+2
2017-05-14scripts: Switch to more portable Perl shebangKamil Rytarowski1-1/+2
2017-04-02scripts/kernel-doc: fix handling of parameters with parenthesisMauro Carvalho Chehab1-4/+3
2017-04-02scripts/kernel-doc: fix parser for apostrophesMauro Carvalho Chehab1-1/+11
2017-01-26kernel-doc: Handle returning pointers to pointersMatthew Wilcox1-7/+7
2017-01-13kernel-doc: properly document array arguments of functionGabriel Krisman Bertazi1-1/+1
2017-01-04kernel-doc: make highlights more homogenous for the various backendsPaolo Bonzini1-18/+50
2017-01-04kernel-doc: make member highlighting available in all backendsPaolo Bonzini1-11/+19
2017-01-04kernel-doc: include parameter type in docbook outputPaolo Bonzini1-2/+4
2017-01-04kernel-doc: strip attributes even if they have an argumentPaolo Bonzini1-1/+7
2017-01-04kernel-doc: cleanup parameter type in function-typed argumentsPaolo Bonzini1-0/+1
2016-11-16kernel-doc: add support for one line inline struct member doc commentsJani Nikula1-1/+11
2016-10-28kernel-doc: better parsing of named variable argumentsSilvio Fricke1-2/+6
2016-09-06docs: Special-case function-pointer parameters in kernel-docJonathan Corbet1-0/+2
2016-09-06docs: make kernel-doc handle varargs properlyJonathan Corbet1-1/+2
2016-09-01docs-rst: kernel-doc: fix typedef output in RST formatMauro Carvalho Chehab1-10/+24
2016-09-01docs-rst: improve typedef parserMauro Carvalho Chehab1-1/+3
2016-08-24docs-rst: kernel-doc: better output struct membersMauro Carvalho Chehab1-1/+1
2016-08-22doc-rst: Revert "kernel-doc: fix handling of address_space tags"Markus Heiser1-3/+0
2016-07-22doc-rst: kernel-doc: fix handling of address_space tagsMauro Carvalho Chehab1-0/+4
2016-07-17kernel-doc: Fix up warning outputDaniel Vetter1-1/+1
2016-06-10kernel-doc: unify all EXPORT_SYMBOL scanning to one placeJani Nikula1-13/+5
2016-06-10kernel-doc: add support for specifying extra files for EXPORT_SYMBOLsJani Nikula1-2/+37
2016-06-10kernel-doc: abstract filename mappingJani Nikula1-9/+18
2016-06-10kernel-doc: add missing semi-colons in option parsingJani Nikula1-2/+2
2016-06-10kernel-doc: do not warn about duplicate default section namesJani Nikula1-2/+5
2016-06-10kernel-doc: remove old debug cruft from dump_section()Jani Nikula1-3/+0
2016-06-09docs: kernel-doc: Add "example" and "note" to the magic section typesJonathan Corbet1-1/+2
2016-06-04scripts/kernel-doc: Add option to inject line numbersDaniel Vetter1-0/+41
2016-06-03scripts/kernel-doc: Also give functions symbolic namesDaniel Vetter1-4/+4
2016-06-03scripts/kernel-doc: Remove duplicated DOC: start handlingDaniel Vetter1-18/+1
2016-05-30kernel-doc: reset contents and section harderJani Nikula1-0/+3
2016-05-30kernel-doc: concatenate contents of colliding sectionsJani Nikula1-4/+6
2016-05-30kernel-doc: limit the "section header:" detection to a select fewJani Nikula1-2/+17
2016-05-30kernel-doc/rst: remove fixme commentJani Nikula1-1/+0
2016-05-30kernel-doc/rst: use *undescribed* instead of _undescribed_Jani Nikula1-2/+2
2016-05-30kernel-doc: strip leading whitespace from continued param descsJani Nikula1-1/+15
2016-05-30kernel-doc: improve handling of whitespace on the first line param descriptionJani Nikula1-4/+4
2016-05-30kernel-doc/rst: change the output layoutJani Nikula1-17/+17
2016-05-30kernel-doc: strip leading blank lines from inline doc commentsJani Nikula1-0/+4
2016-05-30kernel-doc/rst: blank lines in output are not neededJani Nikula1-6/+1
2016-05-30kernel-doc: fix wrong code indentationJani Nikula1-1/+1
2016-05-30kernel-doc: do not regard $, %, or & prefixes as special in section namesJani Nikula1-12/+2
2016-05-30kernel-doc/rst: highlight function/struct/enum purpose lines tooJani Nikula1-12/+25
2016-05-30kernel-doc/rst: drop redundant unescape in highlightingJani Nikula1-1/+0
2016-05-30kernel-doc/rst: add support for struct/union/enum member referencesJani Nikula1-0/+5
2016-05-30kernel-doc/rst: add support for &union foo and &typedef foo referencesJani Nikula1-0/+4
2016-05-30kernel-doc/rst: &foo references are more universal than structsJani Nikula1-1/+2
2016-05-30kernel-doc/rst: reference functions according to C domain specJani Nikula1-1/+1
2016-05-30kernel-doc/rst: do not output DOC: section titles for requested onesJani Nikula1-1/+3
2016-05-30kernel-doc: add names for output selectionJani Nikula1-17/+30
2016-05-30kernel-doc: add names for states and substatesJani Nikula1-43/+48
2016-05-30kernel-doc: support printing exported and non-exported symbolsJani Nikula1-2/+27
2016-05-30kernel-doc/rst: fix use of uninitialized valueJani Nikula1-1/+2
2016-05-14kernel-doc: use rst C domain directives and references for typesJani Nikula1-10/+9
2016-05-14kernel-doc: produce RestructuredText outputJonathan Corbet1-0/+233
2016-05-14kernel-doc: rewrite usage description, remove duplicated commentsJani Nikula1-46/+37
2016-01-17Merge tag 'docs-4.5' of git://git.lwn.net/linuxLinus Torvalds1-1/+4
2015-11-20kernel-doc: Fix parsing of DECLARE_BITMAP in structConchúr Navid1-0/+2