aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc (follow)
AgeCommit message (Expand)AuthorFilesLines
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