Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-09-05 | kerneldoc: Convert error messages to GNU error message format | Bart Van Assche | 1 | -19/+19 |
2015-08-23 | kernel-doc: ignore unneeded attribute information | Jonathan Corbet | 1 | -0/+2 |
2015-08-06 | scripts/kernel-doc Allow struct arguments documentation in struct body | Danilo Cesar Lemes de Paula | 1 | -2/+75 |
2015-07-10 | scripts/kernel-doc: Use $KBUILD_BUILD_TIMESTAMP as man page date | Ben Hutchings | 1 | -3/+12 |
2015-07-10 | scripts/kernel-doc: parse kernel-doc deterministically | Jérémy Bobbio | 1 | -1/+1 |
2014-12-11 | scripts/kernel-doc: don't eat struct members with __aligned | Johannes Berg | 1 | -1/+1 |
2014-08-27 | scripts/kernel-doc: recognize __meminit | Randy Dunlap | 1 | -0/+1 |
2014-07-12 | scripts/kernel-doc: handle object-like macros | Horia Geanta | 1 | -3/+12 |
2013-11-16 | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 1 | -2/+1 |
2013-11-13 | kernel-doc: improve "no structured comments found" error | Johannes Berg | 1 | -0/+6 |
2013-11-07 | scripts/kernel-doc: make unknown function prototype a Warning instead of an E... | Randy Dunlap | 1 | -2/+1 |
2013-02-28 | scripts/kernel-doc: handle struct member __aligned without numbers | Nishanth Menon | 1 | -1/+1 |
2013-01-04 | misc: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -1/+0 |
2012-11-28 | scripts/kernel-doc: check that non-void fcts describe their return value | Yacine Belkadi | 1 | -0/+34 |
2012-10-12 | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 1 | -7/+266 |
2012-10-05 | kernel-doc: don't mangle whitespace in Example section | Daniel Santos | 1 | -2/+7 |
2012-10-05 | kernel-doc: bugfix - empty line in Example section | Daniel Santos | 1 | -1/+10 |
2012-10-05 | kernel-doc: bugfix - multi-line macros | Daniel Santos | 1 | -0/+3 |
2012-08-31 | scripts/kernel-doc: added support for html5 | Dan Luedtke | 1 | -7/+266 |
2012-08-17 | scripts/kernel-doc: fix fatal script error | Randy Dunlap | 1 | -0/+1 |
2012-01-23 | scripts/kernel-doc: fix fatal error caused by cfg80211.h | Randy Dunlap | 1 | -1/+2 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-01-06 | kernel-doc: code reorganization | Randy Dunlap | 1 | -48/+54 |
2010-11-19 | kernel-doc: escape xml for structs | Randy Dunlap | 1 | -3/+9 |
2010-09-12 | docbook: warn on unused doc entries | Johannes Berg | 1 | -2/+50 |
2010-09-12 | kernel-doc: ignore case when stripping attributes | Johannes Berg | 1 | -1/+1 |
2010-08-11 | mtd/nand_base: fix kernel-doc warnings & typos | Randy Dunlap | 1 | -0/+2 |
2010-03-25 | scripts/kernel-doc: fix fatal error on function prototype | Randy Dunlap | 1 | -0/+1 |
2010-03-25 | scripts/kernel-doc: handle struct member __aligned | Randy Dunlap | 1 | -0/+2 |
2010-03-13 | scripts/kernel-doc: fix empty function description section | Randy Dunlap | 1 | -1/+1 |
2010-02-27 | kernel-doc: drop the -filelist option, it doesn't work | Ilya Dryomov | 1 | -13/+1 |
2010-02-27 | kernel-doc: track line numbers for each file separately | Ilya Dryomov | 1 | -0/+2 |
2009-12-02 | tracing: Add DEFINE_EVENT(), DEFINE_SINGLE_EVENT() support to docbook | Jason Baron | 1 | -3/+12 |
2009-09-18 | kernel-doc: allow multi-line declaration purpose descriptions | Johannes Weiner | 1 | -5/+16 |
2009-07-01 | kernel-doc: move ignoring kmemcheck | Randy Dunlap | 1 | -2/+2 |
2009-06-20 | kernel-doc: fix param matching for array params | Randy Dunlap | 1 | -0/+17 |
2009-06-20 | kernel-doc: ignore kmemcheck_bitfield_begin/end | Randy Dunlap | 1 | -0/+2 |
2009-06-15 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kb... | Linus Torvalds | 1 | -87/+87 |
2009-06-10 | kernel-doc: cleanup perl script | Randy Dunlap | 1 | -87/+87 |
2009-05-07 | Merge branch 'linus' into tracing/core | Ingo Molnar | 1 | -3/+4 |
2009-05-03 | kernel-doc: restrict syntax for private: and public: | Randy Dunlap | 1 | -3/+4 |
2009-05-01 | kerneldoc, tracing: make kernel-doc understand TRACE_EVENT() macro (take #2) | Jason Baron | 1 | -0/+22 |
2009-02-12 | kernel-doc: fix syscall wrapper processing | Randy Dunlap | 1 | -1/+39 |