summaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
Commit message (Expand)AuthorAgeFilesLines
* scripts/kernel-doc: Override -Werror from KCFLAGS with KDOC_WERRORLaurent Pinchart2021-08-121-4/+4
* scripts: kernel-doc: reduce repeated regex expressions into variablesAditya Srivastava2021-05-171-37/+34
* kernel-doc: Add support for __deprecatedMatthew Wilcox2021-04-271-0/+1
* scripts: kernel-doc: improve parsing for kernel-doc comments syntaxAditya Srivastava2021-04-151-4/+15
* scripts: kernel-doc: add warning for comment not following kernel-doc syntaxAditya Srivastava2021-03-291-4/+13
* docs: kernel-doc: properly recognize parameter lines with colonsJonathan Corbet2021-03-261-1/+7
* kernel-doc: better handle '::' sequencesMauro Carvalho Chehab2021-03-251-1/+1
* scripts/kernel-doc: ignore identifier on anonymous enumsMauro Carvalho Chehab2021-03-081-2/+7
* scripts: kernel-doc: fix attribute capture in function parsingAditya Srivastava2021-03-081-0/+2
* scripts: kernel-doc: fix typedef support for struct/union parsingAditya Srivastava2021-03-061-3/+14
* scripts: kernel-doc: fix array element capture in pointer-to-func parsingAditya Srivastava2021-02-221-1/+1
* scripts/kernel-doc: add internal hyperlink to DOC: sectionsMichal Wajdeczko2021-01-281-0/+1
* scripts: kernel-doc: validate kernel-doc markup with the actual namesMauro Carvalho Chehab2021-01-181-16/+46
* scripts: kernel-doc: fix parsing function-like typedefsMauro Carvalho Chehab2020-12-031-1/+1
* scripts: kernel-doc: Restore anonymous enum parsingAndy Shevchenko2020-11-131-1/+1
* scripts: kernel-doc: use :c:union when neededMauro Carvalho Chehab2020-10-281-1/+5
* scripts: kernel-doc: split typedef complex regexMauro Carvalho Chehab2020-10-281-5/+9
* scripts: kernel-doc: fix typedef parsingMauro Carvalho Chehab2020-10-281-2/+3
* scripts: kernel-doc: try to use c:function if possibleMauro Carvalho Chehab2020-10-151-9/+14
* scripts: kernel-doc: fix line number handlingMauro Carvalho Chehab2020-10-151-2/+4
* scripts: kernel-doc: allow passing desired Sphinx C domain dialectMauro Carvalho Chehab2020-10-151-8/+43
* scripts: kernel-doc: don't mangle with parameter listMauro Carvalho Chehab2020-10-151-12/+14
* scripts: kernel-doc: fix typedef identificationMauro Carvalho Chehab2020-10-151-23/+41
* scripts: kernel-doc: reimplement -nofunction argumentMauro Carvalho Chehab2020-10-151-23/+21
* scripts: kernel-doc: fix troubles with line countsMauro Carvalho Chehab2020-10-151-3/+4
* scripts: kernel-doc: use a less pedantic markup for funcs on Sphinx 3.xMauro Carvalho Chehab2020-10-151-10/+24
* scripts: kernel-doc: make it more compatible with Sphinx 3.xMauro Carvalho Chehab2020-10-151-6/+65
* scripts: kernel-doc: add support for typedef enumMauro Carvalho Chehab2020-10-151-4/+11
* kernel-doc: add support for ____cacheline_aligned attributeJonathan Cameron2020-09-161-1/+2
* kernel-doc: include line numbers for function prototypesMauro Carvalho Chehab2020-09-101-0/+2
* scripts/kernel-doc: optionally treat warnings as errorsPierre-Louis Bossart2020-07-311-1/+22
* scripts/kernel-doc: handle function pointer prototypesMauro Carvalho Chehab2020-06-261-0/+5
* scripts/kernel-doc: parse __ETHTOOL_DECLARE_LINK_MODE_MASKMauro Carvalho Chehab2020-06-261-0/+2
* Replace HTTP links with HTTPS ones: documentationAlexander A. Klimov2020-06-081-1/+1
* scripts: kernel-doc: accept blank lines on parameter descriptionMauro Carvalho Chehab2020-04-201-12/+23
* scripts: kernel-doc: accept negation like !@varMauro Carvalho Chehab2020-04-201-1/+3
* scripts: kernel-doc: proper handle @foo->bar()Mauro Carvalho Chehab2020-04-201-0/+2
* scripts/kernel-doc: Add missing close-paren in c:function directivesPeter Maydell2020-04-151-1/+1
* scripts/kernel-doc: Add support for named variable macro argumentsJonathan Neuschäfer2019-11-071-0/+16
* kernel-doc: add support for ____cacheline_aligned_in_smp attributeAndré Almeida2019-10-011-1/+2
* kernel-doc: fix processing nested structs with attributesAndré Almeida2019-10-011-4/+4
* kernel-doc: Allow anonymous enumAndy Shevchenko2019-08-121-1/+1
* kernel-doc: ignore __printf attributeRandy Dunlap2019-08-061-0/+1
* kernel-doc: Don't try to mark up function namesJonathan Corbet2019-06-261-1/+1
* kernel-doc: always name missing kerneldoc sectionsJonathan Corbet2019-05-271-7/+9
* kernel-doc: suppress 'not described' warnings for embedded struct fieldsJonathan Corbet2019-01-161-1/+1
* scripts/kernel-doc: Fix struct and struct field attribute processingSakari Ailus2018-11-251-3/+4
* kernel-doc: extend $type_param to match members referenced by pointerMike Rapoport2018-11-071-1/+1
* kernel-doc: kill trailing whitespaceMike Rapoport2018-11-071-2/+2
* kernel-doc: fix declaration type determinationRandy Dunlap2018-10-181-4/+4