aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
AgeCommit message (Expand)Author
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
2019-01-16kernel-doc: suppress 'not described' warnings for embedded struct fieldsJonathan Corbet
2018-11-25scripts/kernel-doc: Fix struct and struct field attribute processingSakari Ailus
2018-11-07kernel-doc: extend $type_param to match members referenced by pointerMike Rapoport
2018-11-07kernel-doc: kill trailing whitespaceMike Rapoport
2018-10-18kernel-doc: fix declaration type determinationRandy Dunlap
2018-08-06scripts/kernel-doc: Escape all literal braces in regexesBen Hutchings
2018-07-23PATCH scripts/kernel-docvaldis.kletnieks@vt.edu
2018-03-29docs: kernel-doc: fix parsing of arraysMauro Carvalho Chehab
2018-03-21kernel-doc: Remove __sched markingsMatthew Wilcox
2018-02-20Merge branch 'kerneldoc2' into docs-nextJonathan Corbet
2018-02-20docs: Add an SPDX header to kernel-docJonathan Corbet
2018-02-18scripts: kernel-doc: support in-line comments on nested structs/unionsMauro Carvalho Chehab
2018-02-18scripts: kernel_doc: fixup reporting of function identifiersMike Rapoport
2018-02-15docs: kernel-doc: Don't mangle literal code blocks in commentsJonathan Corbet
2018-02-15docs: kernel-doc: Finish moving STATE_* code out of process_file()Jonathan Corbet
2018-02-15docs: kernel-doc: Move STATE_PROTO processing into its own functionJonathan Corbet
2018-02-15docs: kernel-doc: Move STATE_BODY processing to a separate functionJonathan Corbet
2018-02-15docs: kernel-doc: Move STATE_NAME processing into its own functionJonathan Corbet