summaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
Commit message (Expand)AuthorAgeFilesLines
* kernel-doc: allow structs whose members are all privateRandy Dunlap2008-09-231-0/+4
* kernel-doc: skip nested struct/union cleanlyRandy Dunlap2008-08-051-1/+1
* kernel-doc: handle/strip __initRandy Dunlap2008-07-251-0/+1
* kernel-doc: allow unnamed bit-fieldsRandy Dunlap2008-05-191-1/+3
* kernel-doc: detect trailing kernel-doc line trashRandy Dunlap2008-04-281-0/+5
* kernel-doc: detect/prevent duplicate doc section namesRandy Dunlap2008-04-281-7/+13
* kernel-doc: set verbose mode via environmentRandy Dunlap2008-03-131-0/+4
* kernel-doc: fix function-pointer-parameter parsingRichard Kennedy2008-02-231-3/+3
* kernel-doc: remove fastcallHarvey Harrison2008-02-141-1/+0
* kernel-doc: warn on badly formatted short descriptionRandy Dunlap2008-02-071-0/+8
* kernel-doc: prevent duplicate description: outputRandy Dunlap2008-02-071-1/+1
* kernel-doc: fix for vunmap function prototypeRandy Dunlap2008-02-071-1/+1
* kernel-doc: process functions, not DOC:Johannes Berg2008-01-281-2/+12
* kernel-doc: single DOC: selectionJohannes Berg2008-01-281-20/+43
* kernel-doc: init kernel versionJohannes Berg2008-01-281-1/+1
* kernel-doc: fix xml output modeJohannes Berg2008-01-281-3/+3
* kernel-doc: fix doc blocks and htmlRandy Dunlap2007-10-171-9/+32
* kernel-doc: fix leading dot in man-mode outputRandy Dunlap2007-07-191-1/+5
* kernel-doc: strip C99 commentsRandy Dunlap2007-07-191-1/+7
* kernel-doc: fix unnamed struct/union warningRandy Dunlap2007-07-191-4/+10
* kernel-doc: small kernel-doc optimizationBorislav Petkov2007-05-091-3/+4
* kill warnings when building mandocsBorislav Petkov2007-05-081-0/+12
* kernel-doc: html mode struct highlightsRandy Dunlap2007-05-081-6/+15
* kernel-doc: handle arrays with arithmetic expressions as initializersBorislav Petkov2007-05-081-1/+10
* scripts: kernel-doc whitespace cleanupRandy Dunlap2007-05-081-48/+48
* [PATCH] kernel-doc: allow space after __attribute__Randy Dunlap2007-03-011-1/+1
* [PATCH] kernel-doc: include struct short description in title outputRandy Dunlap2007-02-201-2/+2
* [PATCH] fix fatal kernel-doc errorRandy Dunlap2007-02-111-1/+2
* [PATCH] kernel-doc: fix some odd spacing issuesRandy Dunlap2007-02-111-4/+20
* [PATCH] kernel-doc: allow more whitespaceRandy Dunlap2007-02-111-2/+2
* [PATCH] kernel-doc: allow a little whitespaceRandy Dunlap2007-02-111-2/+2
* [PATCH] DocBook/HTML: correction of recursive A tags in HTML outputPavel Pisa2007-02-111-8/+8
* [PATCH] kernel-doc: allow unnamed structs/unionsRandy Dunlap2006-12-221-2/+15
* [PATCH] kernel-doc: stricter function pointer recognitionRandy Dunlap2006-12-071-1/+1
* [PATCH] kernel-doc: make parameter description indentation uniformRandy Dunlap2006-10-111-5/+7
* [PATCH] kernel-doc: drop various "inline" qualifiersRandy Dunlap2006-10-111-0/+3
* Fix copy&waste bug in comment in scripts/kernel-docRolf Eike Beer2006-10-031-2/+2
* [PATCH] kernel-doc: ignore __devinitRandy Dunlap2006-07-311-0/+1
* [PATCH] kernel-doc: make man/text mode function output sameRandy Dunlap2006-07-011-1/+4
* [PATCH] kernel-doc: consistent text/man mode outputRandy.Dunlap2006-07-011-3/+5
* [PATCH] kernel-doc: use Members for struct fields consistentlyRandy Dunlap2006-06-251-1/+1
* [PATCH] kernel-doc: don't use XML escapes in text or man output modeRandy Dunlap2006-06-251-0/+3
* [PATCH] kernel-doc: warn on malformed function docs.Randy Dunlap2006-06-251-0/+7
* [PATCH] kernel-doc: script cleanupsRandy Dunlap2006-06-251-2/+2
* [PATCH] kernel-doc: drop leading space in sectionsRandy Dunlap2006-06-251-0/+3
* [PATCH] kernel-doc: clean up the script (whitespace)Randy Dunlap2006-02-011-34/+34
* [PATCH] Doc/kernel-doc: add more usage infoRandy Dunlap2006-02-011-3/+3
* [PATCH] DocBook: allow even longer return typesMartin Waitz2006-02-011-2/+4
* [PATCH] DocBook: warn for missing macro parametersMartin Waitz2006-01-101-4/+8
* [PATCH] DocBook: allow to mark structure members privateMartin Waitz2005-11-131-2/+11