summaryrefslogtreecommitdiff
path: root/scripts/kernel-doc
Commit message (Expand)AuthorAge
...
* docs-rst: improve typedef parserMauro Carvalho Chehab2016-09-01
* docs-rst: kernel-doc: better output struct membersMauro Carvalho Chehab2016-08-24
* doc-rst: Revert "kernel-doc: fix handling of address_space tags"Markus Heiser2016-08-22
* doc-rst: kernel-doc: fix handling of address_space tagsMauro Carvalho Chehab2016-07-22
* kernel-doc: Fix up warning outputDaniel Vetter2016-07-17
* kernel-doc: unify all EXPORT_SYMBOL scanning to one placeJani Nikula2016-06-10
* kernel-doc: add support for specifying extra files for EXPORT_SYMBOLsJani Nikula2016-06-10
* kernel-doc: abstract filename mappingJani Nikula2016-06-10
* kernel-doc: add missing semi-colons in option parsingJani Nikula2016-06-10
* kernel-doc: do not warn about duplicate default section namesJani Nikula2016-06-10
* kernel-doc: remove old debug cruft from dump_section()Jani Nikula2016-06-10
* docs: kernel-doc: Add "example" and "note" to the magic section typesJonathan Corbet2016-06-09
* scripts/kernel-doc: Add option to inject line numbersDaniel Vetter2016-06-04
* scripts/kernel-doc: Also give functions symbolic namesDaniel Vetter2016-06-03
* scripts/kernel-doc: Remove duplicated DOC: start handlingDaniel Vetter2016-06-03
* kernel-doc: reset contents and section harderJani Nikula2016-05-30
* kernel-doc: concatenate contents of colliding sectionsJani Nikula2016-05-30
* kernel-doc: limit the "section header:" detection to a select fewJani Nikula2016-05-30
* kernel-doc/rst: remove fixme commentJani Nikula2016-05-30
* kernel-doc/rst: use *undescribed* instead of _undescribed_Jani Nikula2016-05-30
* kernel-doc: strip leading whitespace from continued param descsJani Nikula2016-05-30
* kernel-doc: improve handling of whitespace on the first line param descriptionJani Nikula2016-05-30
* kernel-doc/rst: change the output layoutJani Nikula2016-05-30
* kernel-doc: strip leading blank lines from inline doc commentsJani Nikula2016-05-30
* kernel-doc/rst: blank lines in output are not neededJani Nikula2016-05-30
* kernel-doc: fix wrong code indentationJani Nikula2016-05-30
* kernel-doc: do not regard $, %, or & prefixes as special in section namesJani Nikula2016-05-30
* kernel-doc/rst: highlight function/struct/enum purpose lines tooJani Nikula2016-05-30
* kernel-doc/rst: drop redundant unescape in highlightingJani Nikula2016-05-30
* kernel-doc/rst: add support for struct/union/enum member referencesJani Nikula2016-05-30
* kernel-doc/rst: add support for &union foo and &typedef foo referencesJani Nikula2016-05-30
* kernel-doc/rst: &foo references are more universal than structsJani Nikula2016-05-30
* kernel-doc/rst: reference functions according to C domain specJani Nikula2016-05-30
* kernel-doc/rst: do not output DOC: section titles for requested onesJani Nikula2016-05-30
* kernel-doc: add names for output selectionJani Nikula2016-05-30
* kernel-doc: add names for states and substatesJani Nikula2016-05-30
* kernel-doc: support printing exported and non-exported symbolsJani Nikula2016-05-30
* kernel-doc/rst: fix use of uninitialized valueJani Nikula2016-05-30
* kernel-doc: use rst C domain directives and references for typesJani Nikula2016-05-14
* kernel-doc: produce RestructuredText outputJonathan Corbet2016-05-14
* kernel-doc: rewrite usage description, remove duplicated commentsJani Nikula2016-05-14
* Merge tag 'docs-4.5' of git://git.lwn.net/linuxLinus Torvalds2016-01-17
|\
| * kernel-doc: Fix parsing of DECLARE_BITMAP in structConchúr Navid2015-11-20
| * kernel-doc: Strip #ifdef/#endif in enumsConchúr Navid2015-11-20
| * kernel-doc: Fix stripping of #define in enumsConchúr Navid2015-11-20
* | kernel-doc: Make it compatible with Perl versions below 5.12 againMauro Carvalho Chehab2015-11-17
|/
* Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds2015-11-05
|\
| * DocBook: Fix kernel-doc to be case-insensitive for private:Mauro Carvalho Chehab2015-10-11
| * scripts/kernel-doc: Replacing highlights hash by an arrayDanilo Cesar Lemes de Paula2015-09-13
| * Documentation: Avoid creating man pages in source treeBen Hutchings2015-09-13