summaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* scripts/kernel-doc: Escape all literal braces in regexesBen Hutchings2018-08-061-10/+10
* PATCH scripts/kernel-docvaldis.kletnieks@vt.edu2018-07-231-2/+2
* docs: kernel-doc: fix parsing of arraysMauro Carvalho Chehab2018-03-291-1/+1
* kernel-doc: Remove __sched markingsMatthew Wilcox2018-03-211-0/+1
* Merge branch 'kerneldoc2' into docs-nextJonathan Corbet2018-02-201-301/+365
|\
| * docs: Add an SPDX header to kernel-docJonathan Corbet2018-02-201-0/+1
| * docs: kernel-doc: Don't mangle literal code blocks in commentsJonathan Corbet2018-02-151-5/+64
| * docs: kernel-doc: Finish moving STATE_* code out of process_file()Jonathan Corbet2018-02-151-62/+77
| * docs: kernel-doc: Move STATE_PROTO processing into its own functionJonathan Corbet2018-02-151-18/+28
| * docs: kernel-doc: Move STATE_BODY processing to a separate functionJonathan Corbet2018-02-151-92/+101
| * docs: kernel-doc: Move STATE_NAME processing into its own functionJonathan Corbet2018-02-151-65/+72
| * docs: kernel-doc: Move STATE_NORMAL processing into its own functionJonathan Corbet2018-02-151-5/+16
| * docs: kernel-doc: Rename and split STATE_FIELDJonathan Corbet2018-02-151-11/+11
| * docs: kernel-doc: Get rid of xml_escape() and friendsJonathan Corbet2018-02-151-56/+9
* | scripts: kernel-doc: support in-line comments on nested structs/unionsMauro Carvalho Chehab2018-02-181-1/+1
* | scripts: kernel_doc: fixup reporting of function identifiersMike Rapoport2018-02-181-1/+1
|/
* scripts: kernel_doc: better handle show warnings logicMauro Carvalho Chehab2018-01-011-15/+41
* scripts: kernel-doc: apply filtering rules to warningsMauro Carvalho Chehab2017-12-211-7/+23
* scripts: kernel-doc: improve nested logic to handle multiple identifiersMauro Carvalho Chehab2017-12-211-25/+44
* scripts: kernel-doc: handle nested struct function argumentsMauro Carvalho Chehab2017-12-211-12/+26
* scripts: kernel-doc: print the declaration name on warningsMauro Carvalho Chehab2017-12-211-22/+16
* scripts: kernel-doc: get rid of $nested parameterMauro Carvalho Chehab2017-12-211-15/+4
* scripts: kernel-doc: parse next structs/unionsMauro Carvalho Chehab2017-12-211-53/+68
* scripts: kernel-doc: replace tabs by spacesMauro Carvalho Chehab2017-12-211-5/+5
* scripts: kernel-doc: change default to ReST formatMauro Carvalho Chehab2017-12-211-3/+3
* scripts: kernel-doc: improve argument handlingMauro Carvalho Chehab2017-12-211-16/+20
* scripts: kernel-doc: get rid of unused output formatsMauro Carvalho Chehab2017-12-211-1179/+4
* docs: get rid of kernel-doc-nano-HOWTO.txtMauro Carvalho Chehab2017-12-211-1/+1
* kernel-doc: parse DECLARE_KFIFO and DECLARE_KFIFO_PTR()Mauro Carvalho Chehab2017-12-111-2/+6
* scripts/kernel-doc: Don't fail with status != 0 if error encountered with -noneWill Deacon2017-12-021-1/+1