summaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
AgeCommit message (Expand)AuthorLines
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
2013-02-27scripts/kernel-doc: handle struct member __aligned without numbersNishanth Menon-1/+1
2013-01-03misc: remove __dev* attributes.Greg Kroah-Hartman-1/+0
2012-11-27scripts/kernel-doc: check that non-void fcts describe their return valueYacine Belkadi-0/+34
2012-10-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds-7/+266
2012-10-06kernel-doc: don't mangle whitespace in Example sectionDaniel Santos-2/+7
2012-10-06kernel-doc: bugfix - empty line in Example sectionDaniel Santos-1/+10
2012-10-06kernel-doc: bugfix - multi-line macrosDaniel Santos-0/+3
2012-08-31scripts/kernel-doc: added support for html5Dan Luedtke-7/+266
2012-08-17scripts/kernel-doc: fix fatal script errorRandy Dunlap-0/+1
2012-01-23scripts/kernel-doc: fix fatal error caused by cfg80211.hRandy Dunlap-1/+2
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-01-06kernel-doc: code reorganizationRandy Dunlap-48/+54
2010-11-18kernel-doc: escape xml for structsRandy Dunlap-3/+9
2010-09-11docbook: warn on unused doc entriesJohannes Berg-2/+50
2010-09-11kernel-doc: ignore case when stripping attributesJohannes Berg-1/+1
2010-08-11mtd/nand_base: fix kernel-doc warnings & typosRandy Dunlap-0/+2
2010-03-24scripts/kernel-doc: fix fatal error on function prototypeRandy Dunlap-0/+1
2010-03-24scripts/kernel-doc: handle struct member __alignedRandy Dunlap-0/+2
2010-03-12scripts/kernel-doc: fix empty function description sectionRandy Dunlap-1/+1
2010-02-26kernel-doc: drop the -filelist option, it doesn't workIlya Dryomov-13/+1
2010-02-26kernel-doc: track line numbers for each file separatelyIlya Dryomov-0/+2
2009-12-02tracing: Add DEFINE_EVENT(), DEFINE_SINGLE_EVENT() support to docbookJason Baron-3/+12
2009-09-18kernel-doc: allow multi-line declaration purpose descriptionsJohannes Weiner-5/+16
2009-07-01kernel-doc: move ignoring kmemcheckRandy Dunlap-2/+2
2009-06-20kernel-doc: fix param matching for array paramsRandy Dunlap-0/+17
2009-06-20kernel-doc: ignore kmemcheck_bitfield_begin/endRandy Dunlap-0/+2
2009-06-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kb...Linus Torvalds-87/+87