summaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
AgeCommit message (Expand)AuthorLines
2016-06-03scripts/kernel-doc: Remove duplicated DOC: start handlingDaniel Vetter-18/+1
2016-05-30kernel-doc: reset contents and section harderJani Nikula-0/+3
2016-05-30kernel-doc: concatenate contents of colliding sectionsJani Nikula-4/+6
2016-05-30kernel-doc: limit the "section header:" detection to a select fewJani Nikula-2/+17
2016-05-30kernel-doc/rst: remove fixme commentJani Nikula-1/+0
2016-05-30kernel-doc/rst: use *undescribed* instead of _undescribed_Jani Nikula-2/+2
2016-05-30kernel-doc: strip leading whitespace from continued param descsJani Nikula-1/+15
2016-05-30kernel-doc: improve handling of whitespace on the first line param descriptionJani Nikula-4/+4
2016-05-30kernel-doc/rst: change the output layoutJani Nikula-17/+17
2016-05-30kernel-doc: strip leading blank lines from inline doc commentsJani Nikula-0/+4
2016-05-30kernel-doc/rst: blank lines in output are not neededJani Nikula-6/+1
2016-05-30kernel-doc: fix wrong code indentationJani Nikula-1/+1
2016-05-30kernel-doc: do not regard $, %, or & prefixes as special in section namesJani Nikula-12/+2
2016-05-30kernel-doc/rst: highlight function/struct/enum purpose lines tooJani Nikula-12/+25
2016-05-30kernel-doc/rst: drop redundant unescape in highlightingJani Nikula-1/+0
2016-05-30kernel-doc/rst: add support for struct/union/enum member referencesJani Nikula-0/+5
2016-05-30kernel-doc/rst: add support for &union foo and &typedef foo referencesJani Nikula-0/+4
2016-05-30kernel-doc/rst: &foo references are more universal than structsJani Nikula-1/+2
2016-05-30kernel-doc/rst: reference functions according to C domain specJani Nikula-1/+1
2016-05-30kernel-doc/rst: do not output DOC: section titles for requested onesJani Nikula-1/+3
2016-05-30kernel-doc: add names for output selectionJani Nikula-17/+30
2016-05-30kernel-doc: add names for states and substatesJani Nikula-43/+48
2016-05-30kernel-doc: support printing exported and non-exported symbolsJani Nikula-2/+27
2016-05-30kernel-doc/rst: fix use of uninitialized valueJani Nikula-1/+2
2016-05-14kernel-doc: use rst C domain directives and references for typesJani Nikula-10/+9
2016-05-14kernel-doc: produce RestructuredText outputJonathan Corbet-0/+233
2016-05-14kernel-doc: rewrite usage description, remove duplicated commentsJani Nikula-46/+37
2016-01-17Merge tag 'docs-4.5' of git://git.lwn.net/linuxLinus Torvalds-1/+4
2015-11-20kernel-doc: Fix parsing of DECLARE_BITMAP in structConchúr Navid-0/+2
2015-11-20kernel-doc: Strip #ifdef/#endif in enumsConchúr Navid-1/+2
2015-11-20kernel-doc: Fix stripping of #define in enumsConchúr Navid-1/+1
2015-11-17kernel-doc: Make it compatible with Perl versions below 5.12 againMauro Carvalho Chehab-1/+1
2015-11-05Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds-51/+68
2015-10-11DocBook: Fix kernel-doc to be case-insensitive for private:Mauro Carvalho Chehab-2/+2
2015-10-10kernel-doc: better format typedef function outputMauro Carvalho Chehab-9/+22
2015-10-10kernel-doc: Add a parser for function typedefsMauro Carvalho Chehab-0/+12
2015-09-13scripts/kernel-doc: Replacing highlights hash by an arrayDanilo Cesar Lemes de Paula-44/+60
2015-09-13Documentation: Avoid creating man pages in source treeBen Hutchings-4/+5
2015-09-13scripts/kernel-doc: Processing -nofunc for functions onlyDanilo Cesar Lemes de Paula-1/+1
2015-09-04kerneldoc: Convert error messages to GNU error message formatBart Van Assche-19/+19
2015-08-23kernel-doc: ignore unneeded attribute informationJonathan Corbet-0/+2
2015-08-06scripts/kernel-doc Allow struct arguments documentation in struct bodyDanilo Cesar Lemes de Paula-2/+75
2015-07-10scripts/kernel-doc: Use $KBUILD_BUILD_TIMESTAMP as man page dateBen Hutchings-3/+12
2015-07-10scripts/kernel-doc: parse kernel-doc deterministicallyJérémy Bobbio-1/+1
2014-12-10scripts/kernel-doc: don't eat struct members with __alignedJohannes Berg-1/+1
2014-08-26scripts/kernel-doc: recognize __meminitRandy Dunlap-0/+1
2014-07-12scripts/kernel-doc: handle object-like macrosHoria Geanta-3/+12
2013-11-15Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds-2/+1
2013-11-13kernel-doc: improve "no structured comments found" errorJohannes Berg-0/+6
2013-11-06scripts/kernel-doc: make unknown function prototype a Warning instead of an E...Randy Dunlap-2/+1