summaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
Commit message (Expand)AuthorAgeFilesLines
* kernel-doc parser mishandles declarations split into linesMarkus Heiser2017-08-301-0/+4
* Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-1/+2
|\
| * scripts: Switch to more portable Perl shebangKamil Rytarowski2017-05-141-1/+2
* | scripts/kernel-doc: handle DECLARE_HASHTABLEJakub Kicinski2017-07-031-0/+2
|/
* scripts/kernel-doc: fix handling of parameters with parenthesisMauro Carvalho Chehab2017-04-021-4/+3
* scripts/kernel-doc: fix parser for apostrophesMauro Carvalho Chehab2017-04-021-1/+11
* kernel-doc: Handle returning pointers to pointersMatthew Wilcox2017-01-261-7/+7
* kernel-doc: properly document array arguments of functionGabriel Krisman Bertazi2017-01-131-1/+1
* kernel-doc: make highlights more homogenous for the various backendsPaolo Bonzini2017-01-041-18/+50
* kernel-doc: make member highlighting available in all backendsPaolo Bonzini2017-01-041-11/+19
* kernel-doc: include parameter type in docbook outputPaolo Bonzini2017-01-041-2/+4
* kernel-doc: strip attributes even if they have an argumentPaolo Bonzini2017-01-041-1/+7
* kernel-doc: cleanup parameter type in function-typed argumentsPaolo Bonzini2017-01-041-0/+1
* kernel-doc: add support for one line inline struct member doc commentsJani Nikula2016-11-161-1/+11
* kernel-doc: better parsing of named variable argumentsSilvio Fricke2016-10-281-2/+6
* docs: Special-case function-pointer parameters in kernel-docJonathan Corbet2016-09-061-0/+2
* docs: make kernel-doc handle varargs properlyJonathan Corbet2016-09-061-1/+2
* docs-rst: kernel-doc: fix typedef output in RST formatMauro Carvalho Chehab2016-09-011-10/+24
* docs-rst: improve typedef parserMauro Carvalho Chehab2016-09-011-1/+3
* docs-rst: kernel-doc: better output struct membersMauro Carvalho Chehab2016-08-241-1/+1
* doc-rst: Revert "kernel-doc: fix handling of address_space tags"Markus Heiser2016-08-221-3/+0
* doc-rst: kernel-doc: fix handling of address_space tagsMauro Carvalho Chehab2016-07-221-0/+4
* kernel-doc: Fix up warning outputDaniel Vetter2016-07-171-1/+1
* kernel-doc: unify all EXPORT_SYMBOL scanning to one placeJani Nikula2016-06-101-13/+5
* kernel-doc: add support for specifying extra files for EXPORT_SYMBOLsJani Nikula2016-06-101-2/+37
* kernel-doc: abstract filename mappingJani Nikula2016-06-101-9/+18
* kernel-doc: add missing semi-colons in option parsingJani Nikula2016-06-101-2/+2
* kernel-doc: do not warn about duplicate default section namesJani Nikula2016-06-101-2/+5
* kernel-doc: remove old debug cruft from dump_section()Jani Nikula2016-06-101-3/+0
* docs: kernel-doc: Add "example" and "note" to the magic section typesJonathan Corbet2016-06-091-1/+2
* scripts/kernel-doc: Add option to inject line numbersDaniel Vetter2016-06-041-0/+41
* scripts/kernel-doc: Also give functions symbolic namesDaniel Vetter2016-06-031-4/+4
* scripts/kernel-doc: Remove duplicated DOC: start handlingDaniel Vetter2016-06-031-18/+1
* kernel-doc: reset contents and section harderJani Nikula2016-05-301-0/+3
* kernel-doc: concatenate contents of colliding sectionsJani Nikula2016-05-301-4/+6
* kernel-doc: limit the "section header:" detection to a select fewJani Nikula2016-05-301-2/+17
* kernel-doc/rst: remove fixme commentJani Nikula2016-05-301-1/+0
* kernel-doc/rst: use *undescribed* instead of _undescribed_Jani Nikula2016-05-301-2/+2
* kernel-doc: strip leading whitespace from continued param descsJani Nikula2016-05-301-1/+15
* kernel-doc: improve handling of whitespace on the first line param descriptionJani Nikula2016-05-301-4/+4
* kernel-doc/rst: change the output layoutJani Nikula2016-05-301-17/+17
* kernel-doc: strip leading blank lines from inline doc commentsJani Nikula2016-05-301-0/+4
* kernel-doc/rst: blank lines in output are not neededJani Nikula2016-05-301-6/+1
* kernel-doc: fix wrong code indentationJani Nikula2016-05-301-1/+1
* kernel-doc: do not regard $, %, or & prefixes as special in section namesJani Nikula2016-05-301-12/+2
* kernel-doc/rst: highlight function/struct/enum purpose lines tooJani Nikula2016-05-301-12/+25
* kernel-doc/rst: drop redundant unescape in highlightingJani Nikula2016-05-301-1/+0
* kernel-doc/rst: add support for struct/union/enum member referencesJani Nikula2016-05-301-0/+5
* kernel-doc/rst: add support for &union foo and &typedef foo referencesJani Nikula2016-05-301-0/+4
* kernel-doc/rst: &foo references are more universal than structsJani Nikula2016-05-301-1/+2
OpenPOWER on IntegriCloud