summaryrefslogtreecommitdiff
path: root/scripts/kernel-doc
AgeCommit message (Expand)Author
2021-11-02Merge tag 'docs-5.16' of git://git.lwn.net/linuxLinus Torvalds
2021-11-01kernel-doc: support DECLARE_PHY_INTERFACE_MASK()Randy Dunlap
2021-10-18stddef: Introduce DECLARE_FLEX_ARRAY() helperKees Cook
2021-10-12scripts: kernel-doc: Ignore __alloc_size() attributeKees Cook
2021-09-25stddef: Introduce struct_group() helper macroKees Cook
2021-08-12scripts/kernel-doc: Override -Werror from KCFLAGS with KDOC_WERRORLaurent Pinchart
2021-05-17scripts: kernel-doc: reduce repeated regex expressions into variablesAditya Srivastava
2021-04-27kernel-doc: Add support for __deprecatedMatthew Wilcox
2021-04-15scripts: kernel-doc: improve parsing for kernel-doc comments syntaxAditya Srivastava
2021-03-29scripts: kernel-doc: add warning for comment not following kernel-doc syntaxAditya Srivastava
2021-03-26docs: kernel-doc: properly recognize parameter lines with colonsJonathan Corbet
2021-03-25kernel-doc: better handle '::' sequencesMauro Carvalho Chehab
2021-03-08scripts/kernel-doc: ignore identifier on anonymous enumsMauro Carvalho Chehab
2021-03-08scripts: kernel-doc: fix attribute capture in function parsingAditya Srivastava
2021-03-06scripts: kernel-doc: fix typedef support for struct/union parsingAditya Srivastava
2021-02-22scripts: kernel-doc: fix array element capture in pointer-to-func parsingAditya Srivastava
2021-01-28scripts/kernel-doc: add internal hyperlink to DOC: sectionsMichal Wajdeczko
2021-01-18scripts: kernel-doc: validate kernel-doc markup with the actual namesMauro Carvalho Chehab
2020-12-03scripts: kernel-doc: fix parsing function-like typedefsMauro Carvalho Chehab
2020-11-13scripts: kernel-doc: Restore anonymous enum parsingAndy Shevchenko
2020-10-28scripts: kernel-doc: use :c:union when neededMauro Carvalho Chehab
2020-10-28scripts: kernel-doc: split typedef complex regexMauro Carvalho Chehab
2020-10-28scripts: kernel-doc: fix typedef parsingMauro Carvalho Chehab
2020-10-15scripts: kernel-doc: try to use c:function if possibleMauro Carvalho Chehab
2020-10-15scripts: kernel-doc: fix line number handlingMauro Carvalho Chehab
2020-10-15scripts: kernel-doc: allow passing desired Sphinx C domain dialectMauro Carvalho Chehab
2020-10-15scripts: kernel-doc: don't mangle with parameter listMauro Carvalho Chehab
2020-10-15scripts: kernel-doc: fix typedef identificationMauro Carvalho Chehab
2020-10-15scripts: kernel-doc: reimplement -nofunction argumentMauro Carvalho Chehab
2020-10-15scripts: kernel-doc: fix troubles with line countsMauro Carvalho Chehab
2020-10-15scripts: kernel-doc: use a less pedantic markup for funcs on Sphinx 3.xMauro Carvalho Chehab
2020-10-15scripts: kernel-doc: make it more compatible with Sphinx 3.xMauro Carvalho Chehab
2020-10-15scripts: kernel-doc: add support for typedef enumMauro Carvalho Chehab
2020-09-16kernel-doc: add support for ____cacheline_aligned attributeJonathan Cameron
2020-09-10kernel-doc: include line numbers for function prototypesMauro Carvalho Chehab
2020-07-31scripts/kernel-doc: optionally treat warnings as errorsPierre-Louis Bossart
2020-06-26scripts/kernel-doc: handle function pointer prototypesMauro Carvalho Chehab
2020-06-26scripts/kernel-doc: parse __ETHTOOL_DECLARE_LINK_MODE_MASKMauro Carvalho Chehab
2020-06-08Replace HTTP links with HTTPS ones: documentationAlexander A. Klimov
2020-04-20scripts: kernel-doc: accept blank lines on parameter descriptionMauro Carvalho Chehab
2020-04-20scripts: kernel-doc: accept negation like !@varMauro Carvalho Chehab
2020-04-20scripts: kernel-doc: proper handle @foo->bar()Mauro Carvalho Chehab
2020-04-15scripts/kernel-doc: Add missing close-paren in c:function directivesPeter Maydell
2019-11-07scripts/kernel-doc: Add support for named variable macro argumentsJonathan Neuschäfer
2019-10-01kernel-doc: add support for ____cacheline_aligned_in_smp attributeAndré Almeida
2019-10-01kernel-doc: fix processing nested structs with attributesAndré Almeida
2019-08-12kernel-doc: Allow anonymous enumAndy Shevchenko
2019-08-06kernel-doc: ignore __printf attributeRandy Dunlap
2019-06-26kernel-doc: Don't try to mark up function namesJonathan Corbet
2019-05-27kernel-doc: always name missing kerneldoc sectionsJonathan Corbet