aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)1-2/+0
2017-09-26scripts/kernel-doc: warn on excess enum value descriptionsJohannes Berg1-4/+13
2017-08-30kernel-doc parser mishandles declarations split into linesMarkus Heiser1-0/+4
2017-07-07Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+2
2017-07-03scripts/kernel-doc: handle DECLARE_HASHTABLEJakub Kicinski1-0/+2
2017-05-14scripts: Switch to more portable Perl shebangKamil Rytarowski1-1/+2
2017-04-02scripts/kernel-doc: fix handling of parameters with parenthesisMauro Carvalho Chehab1-4/+3
2017-04-02scripts/kernel-doc: fix parser for apostrophesMauro Carvalho Chehab1-1/+11
2017-01-26kernel-doc: Handle returning pointers to pointersMatthew Wilcox1-7/+7
2017-01-13kernel-doc: properly document array arguments of functionGabriel Krisman Bertazi1-1/+1
2017-01-04kernel-doc: make highlights more homogenous for the various backendsPaolo Bonzini1-18/+50
2017-01-04kernel-doc: make member highlighting available in all backendsPaolo Bonzini1-11/+19
2017-01-04kernel-doc: include parameter type in docbook outputPaolo Bonzini1-2/+4
2017-01-04kernel-doc: strip attributes even if they have an argumentPaolo Bonzini1-1/+7
2017-01-04kernel-doc: cleanup parameter type in function-typed argumentsPaolo Bonzini1-0/+1
2016-11-16kernel-doc: add support for one line inline struct member doc commentsJani Nikula1-1/+11
2016-10-28kernel-doc: better parsing of named variable argumentsSilvio Fricke1-2/+6
2016-09-06docs: Special-case function-pointer parameters in kernel-docJonathan Corbet1-0/+2
2016-09-06docs: make kernel-doc handle varargs properlyJonathan Corbet1-1/+2
2016-09-01docs-rst: kernel-doc: fix typedef output in RST formatMauro Carvalho Chehab1-10/+24
2016-09-01docs-rst: improve typedef parserMauro Carvalho Chehab1-1/+3
2016-08-24docs-rst: kernel-doc: better output struct membersMauro Carvalho Chehab1-1/+1
2016-08-22doc-rst: Revert "kernel-doc: fix handling of address_space tags"Markus Heiser1-3/+0
2016-07-22doc-rst: kernel-doc: fix handling of address_space tagsMauro Carvalho Chehab1-0/+4
2016-07-17kernel-doc: Fix up warning outputDaniel Vetter1-1/+1
2016-06-10kernel-doc: unify all EXPORT_SYMBOL scanning to one placeJani Nikula1-13/+5
2016-06-10kernel-doc: add support for specifying extra files for EXPORT_SYMBOLsJani Nikula1-2/+37
2016-06-10kernel-doc: abstract filename mappingJani Nikula1-9/+18
2016-06-10kernel-doc: add missing semi-colons in option parsingJani Nikula1-2/+2
2016-06-10kernel-doc: do not warn about duplicate default section namesJani Nikula1-2/+5
2016-06-10kernel-doc: remove old debug cruft from dump_section()Jani Nikula1-3/+0
2016-06-09docs: kernel-doc: Add "example" and "note" to the magic section typesJonathan Corbet1-1/+2
2016-06-04scripts/kernel-doc: Add option to inject line numbersDaniel Vetter1-0/+41
2016-06-03scripts/kernel-doc: Also give functions symbolic namesDaniel Vetter1-4/+4
2016-06-03scripts/kernel-doc: Remove duplicated DOC: start handlingDaniel Vetter1-18/+1
2016-05-30kernel-doc: reset contents and section harderJani Nikula1-0/+3
2016-05-30kernel-doc: concatenate contents of colliding sectionsJani Nikula1-4/+6
2016-05-30kernel-doc: limit the "section header:" detection to a select fewJani Nikula1-2/+17
2016-05-30kernel-doc/rst: remove fixme commentJani Nikula1-1/+0
2016-05-30kernel-doc/rst: use *undescribed* instead of _undescribed_Jani Nikula1-2/+2
2016-05-30kernel-doc: strip leading whitespace from continued param descsJani Nikula1-1/+15
2016-05-30kernel-doc: improve handling of whitespace on the first line param descriptionJani Nikula1-4/+4
2016-05-30kernel-doc/rst: change the output layoutJani Nikula1-17/+17
2016-05-30kernel-doc: strip leading blank lines from inline doc commentsJani Nikula1-0/+4
2016-05-30kernel-doc/rst: blank lines in output are not neededJani Nikula1-6/+1
2016-05-30kernel-doc: fix wrong code indentationJani Nikula1-1/+1
2016-05-30kernel-doc: do not regard $, %, or & prefixes as special in section namesJani Nikula1-12/+2
2016-05-30kernel-doc/rst: highlight function/struct/enum purpose lines tooJani Nikula1-12/+25
2016-05-30kernel-doc/rst: drop redundant unescape in highlightingJani Nikula1-1/+0
2016-05-30kernel-doc/rst: add support for struct/union/enum member referencesJani Nikula1-0/+5