summaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* kernel-doc/rst: reference functions according to C domain specJani Nikula2016-05-301-1/+1
* kernel-doc/rst: do not output DOC: section titles for requested onesJani Nikula2016-05-301-1/+3
* kernel-doc: add names for output selectionJani Nikula2016-05-301-17/+30
* kernel-doc: add names for states and substatesJani Nikula2016-05-301-43/+48
* kernel-doc: support printing exported and non-exported symbolsJani Nikula2016-05-301-2/+27
* kernel-doc/rst: fix use of uninitialized valueJani Nikula2016-05-301-1/+2
* kernel-doc: use rst C domain directives and references for typesJani Nikula2016-05-141-10/+9
* kernel-doc: produce RestructuredText outputJonathan Corbet2016-05-141-0/+233
* kernel-doc: rewrite usage description, remove duplicated commentsJani Nikula2016-05-141-46/+37
* Merge tag 'docs-4.5' of git://git.lwn.net/linuxLinus Torvalds2016-01-171-1/+4
|\
| * kernel-doc: Fix parsing of DECLARE_BITMAP in structConchúr Navid2015-11-201-0/+2
| * kernel-doc: Strip #ifdef/#endif in enumsConchúr Navid2015-11-201-1/+2
| * kernel-doc: Fix stripping of #define in enumsConchúr Navid2015-11-201-1/+1
* | kernel-doc: Make it compatible with Perl versions below 5.12 againMauro Carvalho Chehab2015-11-171-1/+1
|/
* Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds2015-11-051-51/+68
|\
| * DocBook: Fix kernel-doc to be case-insensitive for private:Mauro Carvalho Chehab2015-10-111-2/+2
| * scripts/kernel-doc: Replacing highlights hash by an arrayDanilo Cesar Lemes de Paula2015-09-131-44/+60
| * Documentation: Avoid creating man pages in source treeBen Hutchings2015-09-131-4/+5
| * scripts/kernel-doc: Processing -nofunc for functions onlyDanilo Cesar Lemes de Paula2015-09-131-1/+1
* | kernel-doc: better format typedef function outputMauro Carvalho Chehab2015-10-101-9/+22
* | kernel-doc: Add a parser for function typedefsMauro Carvalho Chehab2015-10-101-0/+12
|/
* kerneldoc: Convert error messages to GNU error message formatBart Van Assche2015-09-041-19/+19
* kernel-doc: ignore unneeded attribute informationJonathan Corbet2015-08-231-0/+2
* scripts/kernel-doc Allow struct arguments documentation in struct bodyDanilo Cesar Lemes de Paula2015-08-061-2/+75
* scripts/kernel-doc: Use $KBUILD_BUILD_TIMESTAMP as man page dateBen Hutchings2015-07-101-3/+12
* scripts/kernel-doc: parse kernel-doc deterministicallyJérémy Bobbio2015-07-101-1/+1
* scripts/kernel-doc: don't eat struct members with __alignedJohannes Berg2014-12-101-1/+1
* scripts/kernel-doc: recognize __meminitRandy Dunlap2014-08-261-0/+1
* scripts/kernel-doc: handle object-like macrosHoria Geanta2014-07-121-3/+12
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2013-11-151-2/+1
|\
| * scripts/kernel-doc: make unknown function prototype a Warning instead of an E...Randy Dunlap2013-11-061-2/+1
* | kernel-doc: improve "no structured comments found" errorJohannes Berg2013-11-131-0/+6
|/