Age | Commit message (Expand) | Author | Files | Lines |
2016-07-23 | doc-rst: kernel-doc: fix handling of address_space tags | Mauro Carvalho Chehab | 1 | -0/+4 |
2016-07-18 | kernel-doc: Fix up warning output | Daniel Vetter | 1 | -1/+1 |
2016-06-10 | kernel-doc: unify all EXPORT_SYMBOL scanning to one place | Jani Nikula | 1 | -13/+5 |
2016-06-10 | kernel-doc: add support for specifying extra files for EXPORT_SYMBOLs | Jani Nikula | 1 | -2/+37 |
2016-06-10 | kernel-doc: abstract filename mapping | Jani Nikula | 1 | -9/+18 |
2016-06-10 | kernel-doc: add missing semi-colons in option parsing | Jani Nikula | 1 | -2/+2 |
2016-06-10 | kernel-doc: do not warn about duplicate default section names | Jani Nikula | 1 | -2/+5 |
2016-06-10 | kernel-doc: remove old debug cruft from dump_section() | Jani Nikula | 1 | -3/+0 |
2016-06-09 | docs: kernel-doc: Add "example" and "note" to the magic section types | Jonathan Corbet | 1 | -1/+2 |
2016-06-04 | scripts/kernel-doc: Add option to inject line numbers | Daniel Vetter | 1 | -0/+41 |
2016-06-03 | scripts/kernel-doc: Also give functions symbolic names | Daniel Vetter | 1 | -4/+4 |
2016-06-03 | scripts/kernel-doc: Remove duplicated DOC: start handling | Daniel Vetter | 1 | -18/+1 |
2016-05-30 | kernel-doc: reset contents and section harder | Jani Nikula | 1 | -0/+3 |
2016-05-30 | kernel-doc: concatenate contents of colliding sections | Jani Nikula | 1 | -4/+6 |
2016-05-30 | kernel-doc: limit the "section header:" detection to a select few | Jani Nikula | 1 | -2/+17 |
2016-05-30 | kernel-doc/rst: remove fixme comment | Jani Nikula | 1 | -1/+0 |
2016-05-30 | kernel-doc/rst: use *undescribed* instead of _undescribed_ | Jani Nikula | 1 | -2/+2 |
2016-05-30 | kernel-doc: strip leading whitespace from continued param descs | Jani Nikula | 1 | -1/+15 |
2016-05-30 | kernel-doc: improve handling of whitespace on the first line param description | Jani Nikula | 1 | -4/+4 |
2016-05-30 | kernel-doc/rst: change the output layout | Jani Nikula | 1 | -17/+17 |
2016-05-30 | kernel-doc: strip leading blank lines from inline doc comments | Jani Nikula | 1 | -0/+4 |
2016-05-30 | kernel-doc/rst: blank lines in output are not needed | Jani Nikula | 1 | -6/+1 |
2016-05-30 | kernel-doc: fix wrong code indentation | Jani Nikula | 1 | -1/+1 |
2016-05-30 | kernel-doc: do not regard $, %, or & prefixes as special in section names | Jani Nikula | 1 | -12/+2 |
2016-05-30 | kernel-doc/rst: highlight function/struct/enum purpose lines too | Jani Nikula | 1 | -12/+25 |
2016-05-30 | kernel-doc/rst: drop redundant unescape in highlighting | Jani Nikula | 1 | -1/+0 |
2016-05-30 | kernel-doc/rst: add support for struct/union/enum member references | Jani Nikula | 1 | -0/+5 |
2016-05-30 | kernel-doc/rst: add support for &union foo and &typedef foo references | Jani Nikula | 1 | -0/+4 |
2016-05-30 | kernel-doc/rst: &foo references are more universal than structs | Jani Nikula | 1 | -1/+2 |
2016-05-30 | kernel-doc/rst: reference functions according to C domain spec | Jani Nikula | 1 | -1/+1 |
2016-05-30 | kernel-doc/rst: do not output DOC: section titles for requested ones | Jani Nikula | 1 | -1/+3 |
2016-05-30 | kernel-doc: add names for output selection | Jani Nikula | 1 | -17/+30 |
2016-05-30 | kernel-doc: add names for states and substates | Jani Nikula | 1 | -43/+48 |
2016-05-30 | kernel-doc: support printing exported and non-exported symbols | Jani Nikula | 1 | -2/+27 |
2016-05-30 | kernel-doc/rst: fix use of uninitialized value | Jani Nikula | 1 | -1/+2 |
2016-05-14 | kernel-doc: use rst C domain directives and references for types | Jani Nikula | 1 | -10/+9 |
2016-05-14 | kernel-doc: produce RestructuredText output | Jonathan Corbet | 1 | -0/+233 |
2016-05-14 | kernel-doc: rewrite usage description, remove duplicated comments | Jani Nikula | 1 | -46/+37 |
2016-01-17 | Merge tag 'docs-4.5' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+4 |
2015-11-21 | kernel-doc: Fix parsing of DECLARE_BITMAP in struct | Conchúr Navid | 1 | -0/+2 |
2015-11-21 | kernel-doc: Strip #ifdef/#endif in enums | Conchúr Navid | 1 | -1/+2 |
2015-11-21 | kernel-doc: Fix stripping of #define in enums | Conchúr Navid | 1 | -1/+1 |
2015-11-18 | kernel-doc: Make it compatible with Perl versions below 5.12 again | Mauro Carvalho Chehab | 1 | -1/+1 |
2015-11-06 | Merge tag 'docs-for-linus' of git://git.lwn.net/linux | Linus Torvalds | 1 | -51/+68 |
2015-10-12 | DocBook: Fix kernel-doc to be case-insensitive for private: | Mauro Carvalho Chehab | 1 | -2/+2 |
2015-10-10 | kernel-doc: better format typedef function output | Mauro Carvalho Chehab | 1 | -9/+22 |
2015-10-10 | kernel-doc: Add a parser for function typedefs | Mauro Carvalho Chehab | 1 | -0/+12 |
2015-09-13 | scripts/kernel-doc: Replacing highlights hash by an array | Danilo Cesar Lemes de Paula | 1 | -44/+60 |
2015-09-13 | Documentation: Avoid creating man pages in source tree | Ben Hutchings | 1 | -4/+5 |
2015-09-13 | scripts/kernel-doc: Processing -nofunc for functions only | Danilo Cesar Lemes de Paula | 1 | -1/+1 |