summaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
AgeCommit message (Expand)AuthorLines
2019-06-26kernel-doc: Don't try to mark up function namesJonathan Corbet-1/+1
2019-05-27kernel-doc: always name missing kerneldoc sectionsJonathan Corbet-7/+9
2019-01-16kernel-doc: suppress 'not described' warnings for embedded struct fieldsJonathan Corbet-1/+1
2018-11-25scripts/kernel-doc: Fix struct and struct field attribute processingSakari Ailus-3/+4
2018-11-07kernel-doc: extend $type_param to match members referenced by pointerMike Rapoport-1/+1
2018-11-07kernel-doc: kill trailing whitespaceMike Rapoport-2/+2
2018-10-18kernel-doc: fix declaration type determinationRandy Dunlap-4/+4
2018-08-06scripts/kernel-doc: Escape all literal braces in regexesBen Hutchings-10/+10
2018-07-23PATCH scripts/kernel-docvaldis.kletnieks@vt.edu-2/+2
2018-03-29docs: kernel-doc: fix parsing of arraysMauro Carvalho Chehab-1/+1
2018-03-21kernel-doc: Remove __sched markingsMatthew Wilcox-0/+1
2018-02-20Merge branch 'kerneldoc2' into docs-nextJonathan Corbet-301/+365
2018-02-20docs: Add an SPDX header to kernel-docJonathan Corbet-0/+1
2018-02-18scripts: kernel-doc: support in-line comments on nested structs/unionsMauro Carvalho Chehab-1/+1
2018-02-18scripts: kernel_doc: fixup reporting of function identifiersMike Rapoport-1/+1
2018-02-15docs: kernel-doc: Don't mangle literal code blocks in commentsJonathan Corbet-5/+64
2018-02-15docs: kernel-doc: Finish moving STATE_* code out of process_file()Jonathan Corbet-62/+77
2018-02-15docs: kernel-doc: Move STATE_PROTO processing into its own functionJonathan Corbet-18/+28
2018-02-15docs: kernel-doc: Move STATE_BODY processing to a separate functionJonathan Corbet-92/+101
2018-02-15docs: kernel-doc: Move STATE_NAME processing into its own functionJonathan Corbet-65/+72
2018-02-15docs: kernel-doc: Move STATE_NORMAL processing into its own functionJonathan Corbet-5/+16
2018-02-15docs: kernel-doc: Rename and split STATE_FIELDJonathan Corbet-11/+11
2018-02-15docs: kernel-doc: Get rid of xml_escape() and friendsJonathan Corbet-56/+9
2018-01-01scripts: kernel_doc: better handle show warnings logicMauro Carvalho Chehab-15/+41
2017-12-21scripts: kernel-doc: apply filtering rules to warningsMauro Carvalho Chehab-7/+23
2017-12-21scripts: kernel-doc: improve nested logic to handle multiple identifiersMauro Carvalho Chehab-25/+44
2017-12-21scripts: kernel-doc: handle nested struct function argumentsMauro Carvalho Chehab-12/+26
2017-12-21scripts: kernel-doc: print the declaration name on warningsMauro Carvalho Chehab-22/+16
2017-12-21scripts: kernel-doc: get rid of $nested parameterMauro Carvalho Chehab-15/+4
2017-12-21scripts: kernel-doc: parse next structs/unionsMauro Carvalho Chehab-53/+68
2017-12-21scripts: kernel-doc: replace tabs by spacesMauro Carvalho Chehab-5/+5
2017-12-21scripts: kernel-doc: change default to ReST formatMauro Carvalho Chehab-3/+3
2017-12-21scripts: kernel-doc: improve argument handlingMauro Carvalho Chehab-16/+20
2017-12-21scripts: kernel-doc: get rid of unused output formatsMauro Carvalho Chehab-1179/+4
2017-12-21docs: get rid of kernel-doc-nano-HOWTO.txtMauro Carvalho Chehab-1/+1
2017-12-11kernel-doc: parse DECLARE_KFIFO and DECLARE_KFIFO_PTR()Mauro Carvalho Chehab-2/+6
2017-12-02scripts/kernel-doc: Don't fail with status != 0 if error encountered with -noneWill Deacon-1/+1
2017-11-23Merge tag 'docs-4.15-2' of git://git.lwn.net/linuxLinus Torvalds-1/+24
2017-11-20Add optional check for bad kernel-doc commentsMatthew Wilcox-1/+24
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)-2/+0
2017-09-26scripts/kernel-doc: warn on excess enum value descriptionsJohannes Berg-4/+13
2017-08-30kernel-doc parser mishandles declarations split into linesMarkus Heiser-0/+4
2017-07-07Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+2
2017-07-03scripts/kernel-doc: handle DECLARE_HASHTABLEJakub Kicinski-0/+2
2017-05-14scripts: Switch to more portable Perl shebangKamil Rytarowski-1/+2
2017-04-02scripts/kernel-doc: fix handling of parameters with parenthesisMauro Carvalho Chehab-4/+3
2017-04-02scripts/kernel-doc: fix parser for apostrophesMauro Carvalho Chehab-1/+11
2017-01-26kernel-doc: Handle returning pointers to pointersMatthew Wilcox-7/+7
2017-01-13kernel-doc: properly document array arguments of functionGabriel Krisman Bertazi-1/+1
2017-01-04kernel-doc: make highlights more homogenous for the various backendsPaolo Bonzini-18/+50