aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
AgeCommit message (Expand)AuthorFilesLines
2016-05-30kernel-doc: support printing exported and non-exported symbolsJani Nikula1-2/+27
2016-05-30kernel-doc/rst: fix use of uninitialized valueJani Nikula1-1/+2
2016-05-14kernel-doc: use rst C domain directives and references for typesJani Nikula1-10/+9
2016-05-14kernel-doc: produce RestructuredText outputJonathan Corbet1-0/+233
2016-05-14kernel-doc: rewrite usage description, remove duplicated commentsJani Nikula1-46/+37
2016-01-17Merge tag 'docs-4.5' of git://git.lwn.net/linuxLinus Torvalds1-1/+4
2015-11-20kernel-doc: Fix parsing of DECLARE_BITMAP in structConchúr Navid1-0/+2
2015-11-20kernel-doc: Strip #ifdef/#endif in enumsConchúr Navid1-1/+2
2015-11-20kernel-doc: Fix stripping of #define in enumsConchúr Navid1-1/+1
2015-11-17kernel-doc: Make it compatible with Perl versions below 5.12 againMauro Carvalho Chehab1-1/+1
2015-11-05Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds1-51/+68
2015-10-11DocBook: Fix kernel-doc to be case-insensitive for private:Mauro Carvalho Chehab1-2/+2
2015-10-10kernel-doc: better format typedef function outputMauro Carvalho Chehab1-9/+22
2015-10-10kernel-doc: Add a parser for function typedefsMauro Carvalho Chehab1-0/+12
2015-09-13scripts/kernel-doc: Replacing highlights hash by an arrayDanilo Cesar Lemes de Paula1-44/+60
2015-09-13Documentation: Avoid creating man pages in source treeBen Hutchings1-4/+5
2015-09-13scripts/kernel-doc: Processing -nofunc for functions onlyDanilo Cesar Lemes de Paula1-1/+1
2015-09-04kerneldoc: Convert error messages to GNU error message formatBart Van Assche1-19/+19
2015-08-23kernel-doc: ignore unneeded attribute informationJonathan Corbet1-0/+2
2015-08-06scripts/kernel-doc Allow struct arguments documentation in struct bodyDanilo Cesar Lemes de Paula1-2/+75
2015-07-10scripts/kernel-doc: Use $KBUILD_BUILD_TIMESTAMP as man page dateBen Hutchings1-3/+12
2015-07-10scripts/kernel-doc: parse kernel-doc deterministicallyJérémy Bobbio1-1/+1
2014-12-10scripts/kernel-doc: don't eat struct members with __alignedJohannes Berg1-1/+1
2014-08-26scripts/kernel-doc: recognize __meminitRandy Dunlap1-0/+1
2014-07-12scripts/kernel-doc: handle object-like macrosHoria Geanta1-3/+12
2013-11-15Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds1-2/+1
2013-11-13kernel-doc: improve "no structured comments found" errorJohannes Berg1-0/+6
2013-11-06scripts/kernel-doc: make unknown function prototype a Warning instead of an E...Randy Dunlap1-2/+1
2013-02-27scripts/kernel-doc: handle struct member __aligned without numbersNishanth Menon1-1/+1
2013-01-03misc: remove __dev* attributes.Greg Kroah-Hartman1-1/+0
2012-11-27scripts/kernel-doc: check that non-void fcts describe their return valueYacine Belkadi1-0/+34
2012-10-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds1-7/+266
2012-10-06kernel-doc: don't mangle whitespace in Example sectionDaniel Santos1-2/+7
2012-10-06kernel-doc: bugfix - empty line in Example sectionDaniel Santos1-1/+10
2012-10-06kernel-doc: bugfix - multi-line macrosDaniel Santos1-0/+3
2012-08-31scripts/kernel-doc: added support for html5Dan Luedtke1-7/+266
2012-08-17scripts/kernel-doc: fix fatal script errorRandy Dunlap1-0/+1
2012-01-23scripts/kernel-doc: fix fatal error caused by cfg80211.hRandy Dunlap1-1/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-06kernel-doc: code reorganizationRandy Dunlap1-48/+54
2010-11-18kernel-doc: escape xml for structsRandy Dunlap1-3/+9
2010-09-11docbook: warn on unused doc entriesJohannes Berg1-2/+50
2010-09-11kernel-doc: ignore case when stripping attributesJohannes Berg1-1/+1
2010-08-11mtd/nand_base: fix kernel-doc warnings & typosRandy Dunlap1-0/+2
2010-03-24scripts/kernel-doc: fix fatal error on function prototypeRandy Dunlap1-0/+1
2010-03-24scripts/kernel-doc: handle struct member __alignedRandy Dunlap1-0/+2
2010-03-12scripts/kernel-doc: fix empty function description sectionRandy Dunlap1-1/+1
2010-02-26kernel-doc: drop the -filelist option, it doesn't workIlya Dryomov1-13/+1
2010-02-26kernel-doc: track line numbers for each file separatelyIlya Dryomov1-0/+2
2009-12-02tracing: Add DEFINE_EVENT(), DEFINE_SINGLE_EVENT() support to docbookJason Baron1-3/+12
2009-09-18kernel-doc: allow multi-line declaration purpose descriptionsJohannes Weiner1-5/+16
2009-07-01kernel-doc: move ignoring kmemcheckRandy Dunlap1-2/+2
2009-06-20kernel-doc: fix param matching for array paramsRandy Dunlap1-0/+17
2009-06-20kernel-doc: ignore kmemcheck_bitfield_begin/endRandy Dunlap1-0/+2
2009-06-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kb...Linus Torvalds1-87/+87
2009-06-09kernel-doc: cleanup perl scriptRandy Dunlap1-87/+87
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar1-3/+4
2009-05-02kernel-doc: restrict syntax for private: and public:Randy Dunlap1-3/+4
2009-05-01kerneldoc, tracing: make kernel-doc understand TRACE_EVENT() macro (take #2)Jason Baron1-0/+22
2009-02-11kernel-doc: fix syscall wrapper processingRandy Dunlap1-1/+39
2008-12-19kernel-doc: check for extra kernel-doc notationsRandy Dunlap1-1/+66
2008-12-01kernel-doc: handle varargs cleanlyRandy Dunlap1-3/+7
2008-10-26kernel-doc: allow more whitespace in macrosRandy Dunlap1-3/+3
2008-09-23kernel-doc: allow structs whose members are all privateRandy Dunlap1-0/+4
2008-08-05kernel-doc: skip nested struct/union cleanlyRandy Dunlap1-1/+1
2008-07-25kernel-doc: handle/strip __initRandy Dunlap1-0/+1
2008-05-19kernel-doc: allow unnamed bit-fieldsRandy Dunlap1-1/+3
2008-04-28kernel-doc: detect trailing kernel-doc line trashRandy Dunlap1-0/+5
2008-04-28kernel-doc: detect/prevent duplicate doc section namesRandy Dunlap1-7/+13
2008-03-13kernel-doc: set verbose mode via environmentRandy Dunlap1-0/+4
2008-02-23kernel-doc: fix function-pointer-parameter parsingRichard Kennedy1-3/+3
2008-02-14kernel-doc: remove fastcallHarvey Harrison1-1/+0
2008-02-07kernel-doc: warn on badly formatted short descriptionRandy Dunlap1-0/+8
2008-02-07kernel-doc: prevent duplicate description: outputRandy Dunlap1-1/+1
2008-02-07kernel-doc: fix for vunmap function prototypeRandy Dunlap1-1/+1
2008-01-28kernel-doc: process functions, not DOC:Johannes Berg1-2/+12
2008-01-28kernel-doc: single DOC: selectionJohannes Berg1-20/+43
2008-01-28kernel-doc: init kernel versionJohannes Berg1-1/+1
2008-01-28kernel-doc: fix xml output modeJohannes Berg1-3/+3
2007-10-17kernel-doc: fix doc blocks and htmlRandy Dunlap1-9/+32
2007-07-19kernel-doc: fix leading dot in man-mode outputRandy Dunlap1-1/+5
2007-07-19kernel-doc: strip C99 commentsRandy Dunlap1-1/+7
2007-07-19kernel-doc: fix unnamed struct/union warningRandy Dunlap1-4/+10
2007-05-09kernel-doc: small kernel-doc optimizationBorislav Petkov1-3/+4
2007-05-08kill warnings when building mandocsBorislav Petkov1-0/+12
2007-05-08kernel-doc: html mode struct highlightsRandy Dunlap1-6/+15
2007-05-08kernel-doc: handle arrays with arithmetic expressions as initializersBorislav Petkov1-1/+10
2007-05-08scripts: kernel-doc whitespace cleanupRandy Dunlap1-48/+48
2007-03-01[PATCH] kernel-doc: allow space after __attribute__Randy Dunlap1-1/+1
2007-02-20[PATCH] kernel-doc: include struct short description in title outputRandy Dunlap1-2/+2
2007-02-11[PATCH] fix fatal kernel-doc errorRandy Dunlap1-1/+2
2007-02-11[PATCH] kernel-doc: fix some odd spacing issuesRandy Dunlap1-4/+20
2007-02-11[PATCH] kernel-doc: allow more whitespaceRandy Dunlap1-2/+2
2007-02-11[PATCH] kernel-doc: allow a little whitespaceRandy Dunlap1-2/+2
2007-02-11[PATCH] DocBook/HTML: correction of recursive A tags in HTML outputPavel Pisa1-8/+8
2006-12-22[PATCH] kernel-doc: allow unnamed structs/unionsRandy Dunlap1-2/+15
2006-12-07[PATCH] kernel-doc: stricter function pointer recognitionRandy Dunlap1-1/+1
2006-10-11[PATCH] kernel-doc: make parameter description indentation uniformRandy Dunlap1-5/+7
2006-10-11[PATCH] kernel-doc: drop various "inline" qualifiersRandy Dunlap1-0/+3
2006-10-03Fix copy&waste bug in comment in scripts/kernel-docRolf Eike Beer1-2/+2
2006-07-31[PATCH] kernel-doc: ignore __devinitRandy Dunlap1-0/+1
2006-07-01[PATCH] kernel-doc: make man/text mode function output sameRandy Dunlap1-1/+4
2006-07-01[PATCH] kernel-doc: consistent text/man mode outputRandy.Dunlap1-3/+5
2006-06-25[PATCH] kernel-doc: use Members for struct fields consistentlyRandy Dunlap1-1/+1
2006-06-25[PATCH] kernel-doc: don't use XML escapes in text or man output modeRandy Dunlap1-0/+3
2006-06-25[PATCH] kernel-doc: warn on malformed function docs.Randy Dunlap1-0/+7
2006-06-25[PATCH] kernel-doc: script cleanupsRandy Dunlap1-2/+2
2006-06-25[PATCH] kernel-doc: drop leading space in sectionsRandy Dunlap1-0/+3
2006-02-01[PATCH] kernel-doc: clean up the script (whitespace)Randy Dunlap1-34/+34
2006-02-01[PATCH] Doc/kernel-doc: add more usage infoRandy Dunlap1-3/+3
2006-02-01[PATCH] DocBook: allow even longer return typesMartin Waitz1-2/+4
2006-01-10[PATCH] DocBook: warn for missing macro parametersMartin Waitz1-4/+8
2005-11-13[PATCH] DocBook: allow to mark structure members privateMartin Waitz1-2/+11
2005-07-13[PATCH] scripts/kernel-doc: don't use uninitialized SRCTREERandy Dunlap1-1/+7
2005-05-01[PATCH] DocBook: Use xmlto to process the DocBook files.Martin Waitz1-4/+28
2005-05-01[PATCH] DocBook: use <informalexample> for examplesRich Walker1-4/+9
2005-05-01[PATCH] DocBook: fix <void/> xml tagMartin Waitz1-1/+1
2005-05-01[PATCH] DocBook: changes and extensions to the kernel documentationPavel Pisa1-0/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1831