aboutsummaryrefslogtreecommitdiff
path: root/scripts/kernel-doc
AgeCommit message (Expand)AuthorFilesLines
2018-11-25scripts/kernel-doc: Fix struct and struct field attribute processingGravatar Sakari Ailus 1-3/+4
2018-11-07kernel-doc: extend $type_param to match members referenced by pointerGravatar Mike Rapoport 1-1/+1
2018-11-07kernel-doc: kill trailing whitespaceGravatar Mike Rapoport 1-2/+2
2018-10-18kernel-doc: fix declaration type determinationGravatar Randy Dunlap 1-4/+4
2018-08-06scripts/kernel-doc: Escape all literal braces in regexesGravatar Ben Hutchings 1-10/+10
2018-07-23PATCH scripts/kernel-docGravatar valdis.kletnieks@vt.edu 1-2/+2
2018-03-29docs: kernel-doc: fix parsing of arraysGravatar Mauro Carvalho Chehab 1-1/+1
2018-03-21kernel-doc: Remove __sched markingsGravatar Matthew Wilcox 1-0/+1
2018-02-20Merge branch 'kerneldoc2' into docs-nextGravatar Jonathan Corbet 1-301/+365
2018-02-20docs: Add an SPDX header to kernel-docGravatar Jonathan Corbet 1-0/+1
2018-02-18scripts: kernel-doc: support in-line comments on nested structs/unionsGravatar Mauro Carvalho Chehab 1-1/+1
2018-02-18scripts: kernel_doc: fixup reporting of function identifiersGravatar Mike Rapoport 1-1/+1
2018-02-15docs: kernel-doc: Don't mangle literal code blocks in commentsGravatar Jonathan Corbet 1-5/+64
2018-02-15docs: kernel-doc: Finish moving STATE_* code out of process_file()Gravatar Jonathan Corbet 1-62/+77
2018-02-15docs: kernel-doc: Move STATE_PROTO processing into its own functionGravatar Jonathan Corbet 1-18/+28
2018-02-15docs: kernel-doc: Move STATE_BODY processing to a separate functionGravatar Jonathan Corbet 1-92/+101
2018-02-15docs: kernel-doc: Move STATE_NAME processing into its own functionGravatar Jonathan Corbet 1-65/+72
2018-02-15docs: kernel-doc: Move STATE_NORMAL processing into its own functionGravatar Jonathan Corbet 1-5/+16
2018-02-15docs: kernel-doc: Rename and split STATE_FIELDGravatar Jonathan Corbet 1-11/+11
2018-02-15docs: kernel-doc: Get rid of xml_escape() and friendsGravatar Jonathan Corbet 1-56/+9
2018-01-01scripts: kernel_doc: better handle show warnings logicGravatar Mauro Carvalho Chehab 1-15/+41
2017-12-21scripts: kernel-doc: apply filtering rules to warningsGravatar Mauro Carvalho Chehab 1-7/+23
2017-12-21scripts: kernel-doc: improve nested logic to handle multiple identifiersGravatar Mauro Carvalho Chehab 1-25/+44
2017-12-21scripts: kernel-doc: handle nested struct function argumentsGravatar Mauro Carvalho Chehab 1-12/+26
2017-12-21scripts: kernel-doc: print the declaration name on warningsGravatar Mauro Carvalho Chehab 1-22/+16
2017-12-21scripts: kernel-doc: get rid of $nested parameterGravatar Mauro Carvalho Chehab 1-15/+4
2017-12-21scripts: kernel-doc: parse next structs/unionsGravatar Mauro Carvalho Chehab 1-53/+68
2017-12-21scripts: kernel-doc: replace tabs by spacesGravatar Mauro Carvalho Chehab 1-5/+5
2017-12-21scripts: kernel-doc: change default to ReST formatGravatar Mauro Carvalho Chehab 1-3/+3
2017-12-21scripts: kernel-doc: improve argument handlingGravatar Mauro Carvalho Chehab 1-16/+20
2017-12-21scripts: kernel-doc: get rid of unused output formatsGravatar Mauro Carvalho Chehab 1-1179/+4
2017-12-21docs: get rid of kernel-doc-nano-HOWTO.txtGravatar Mauro Carvalho Chehab 1-1/+1
2017-12-11kernel-doc: parse DECLARE_KFIFO and DECLARE_KFIFO_PTR()Gravatar Mauro Carvalho Chehab 1-2/+6
2017-12-02scripts/kernel-doc: Don't fail with status != 0 if error encountered with -noneGravatar Will Deacon 1-1/+1
2017-11-23Merge tag 'docs-4.15-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+24
2017-11-20Add optional check for bad kernel-doc commentsGravatar Matthew Wilcox 1-1/+24
2017-11-15kmemcheck: rip it outGravatar Levin, Alexander (Sasha Levin) 1-2/+0
2017-09-26scripts/kernel-doc: warn on excess enum value descriptionsGravatar Johannes Berg 1-4/+13
2017-08-30kernel-doc parser mishandles declarations split into linesGravatar Markus Heiser 1-0/+4
2017-07-07Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+2
2017-07-03scripts/kernel-doc: handle DECLARE_HASHTABLEGravatar Jakub Kicinski 1-0/+2
2017-05-14scripts: Switch to more portable Perl shebangGravatar Kamil Rytarowski 1-1/+2
2017-04-02scripts/kernel-doc: fix handling of parameters with parenthesisGravatar Mauro Carvalho Chehab 1-4/+3
2017-04-02scripts/kernel-doc: fix parser for apostrophesGravatar Mauro Carvalho Chehab 1-1/+11
2017-01-26kernel-doc: Handle returning pointers to pointersGravatar Matthew Wilcox 1-7/+7
2017-01-13kernel-doc: properly document array arguments of functionGravatar Gabriel Krisman Bertazi 1-1/+1
2017-01-04kernel-doc: make highlights more homogenous for the various backendsGravatar Paolo Bonzini 1-18/+50
2017-01-04kernel-doc: make member highlighting available in all backendsGravatar Paolo Bonzini 1-11/+19
2017-01-04kernel-doc: include parameter type in docbook outputGravatar Paolo Bonzini 1-2/+4
2017-01-04kernel-doc: strip attributes even if they have an argumentGravatar Paolo Bonzini 1-1/+7