summaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* scripts/kernel-doc: handle struct member __aligned without numbersNishanth Menon2013-02-271-1/+1
* misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+0
* scripts/kernel-doc: check that non-void fcts describe their return valueYacine Belkadi2012-11-271-0/+34
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2012-10-121-7/+266
|\
| * scripts/kernel-doc: added support for html5Dan Luedtke2012-08-311-7/+266
* | kernel-doc: don't mangle whitespace in Example sectionDaniel Santos2012-10-061-2/+7
* | kernel-doc: bugfix - empty line in Example sectionDaniel Santos2012-10-061-1/+10
* | kernel-doc: bugfix - multi-line macrosDaniel Santos2012-10-061-0/+3
* | scripts/kernel-doc: fix fatal script errorRandy Dunlap2012-08-171-0/+1
|/
* scripts/kernel-doc: fix fatal error caused by cfg80211.hRandy Dunlap2012-01-231-1/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* kernel-doc: code reorganizationRandy Dunlap2011-01-061-48/+54
* kernel-doc: escape xml for structsRandy Dunlap2010-11-181-3/+9
* docbook: warn on unused doc entriesJohannes Berg2010-09-111-2/+50
* kernel-doc: ignore case when stripping attributesJohannes Berg2010-09-111-1/+1
* mtd/nand_base: fix kernel-doc warnings & typosRandy Dunlap2010-08-111-0/+2
* scripts/kernel-doc: fix fatal error on function prototypeRandy Dunlap2010-03-241-0/+1
* scripts/kernel-doc: handle struct member __alignedRandy Dunlap2010-03-241-0/+2
* scripts/kernel-doc: fix empty function description sectionRandy Dunlap2010-03-121-1/+1
* kernel-doc: drop the -filelist option, it doesn't workIlya Dryomov2010-02-261-13/+1
* kernel-doc: track line numbers for each file separatelyIlya Dryomov2010-02-261-0/+2
* tracing: Add DEFINE_EVENT(), DEFINE_SINGLE_EVENT() support to docbookJason Baron2009-12-021-3/+12
* kernel-doc: allow multi-line declaration purpose descriptionsJohannes Weiner2009-09-181-5/+16
* kernel-doc: move ignoring kmemcheckRandy Dunlap2009-07-011-2/+2
* kernel-doc: fix param matching for array paramsRandy Dunlap2009-06-201-0/+17
* kernel-doc: ignore kmemcheck_bitfield_begin/endRandy Dunlap2009-06-201-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kb...Linus Torvalds2009-06-141-87/+87
|\