summaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
AgeCommit message (Expand)AuthorLines
2008-10-26kernel-doc: allow more whitespace in macrosRandy Dunlap-3/+3
2008-09-23kernel-doc: allow structs whose members are all privateRandy Dunlap-0/+4
2008-08-05kernel-doc: skip nested struct/union cleanlyRandy Dunlap-1/+1
2008-07-25kernel-doc: handle/strip __initRandy Dunlap-0/+1
2008-05-19kernel-doc: allow unnamed bit-fieldsRandy Dunlap-1/+3
2008-04-28kernel-doc: detect trailing kernel-doc line trashRandy Dunlap-0/+5
2008-04-28kernel-doc: detect/prevent duplicate doc section namesRandy Dunlap-7/+13
2008-03-13kernel-doc: set verbose mode via environmentRandy Dunlap-0/+4
2008-02-23kernel-doc: fix function-pointer-parameter parsingRichard Kennedy-3/+3
2008-02-14kernel-doc: remove fastcallHarvey Harrison-1/+0
2008-02-07kernel-doc: warn on badly formatted short descriptionRandy Dunlap-0/+8
2008-02-07kernel-doc: prevent duplicate description: outputRandy Dunlap-1/+1
2008-02-07kernel-doc: fix for vunmap function prototypeRandy Dunlap-1/+1
2008-01-28kernel-doc: process functions, not DOC:Johannes Berg-2/+12
2008-01-28kernel-doc: single DOC: selectionJohannes Berg-20/+43
2008-01-28kernel-doc: init kernel versionJohannes Berg-1/+1
2008-01-28kernel-doc: fix xml output modeJohannes Berg-3/+3
2007-10-17kernel-doc: fix doc blocks and htmlRandy Dunlap-9/+32
2007-07-19kernel-doc: fix leading dot in man-mode outputRandy Dunlap-1/+5
2007-07-19kernel-doc: strip C99 commentsRandy Dunlap-1/+7
2007-07-19kernel-doc: fix unnamed struct/union warningRandy Dunlap-4/+10
2007-05-09kernel-doc: small kernel-doc optimizationBorislav Petkov-3/+4
2007-05-08kill warnings when building mandocsBorislav Petkov-0/+12
2007-05-08kernel-doc: html mode struct highlightsRandy Dunlap-6/+15
2007-05-08kernel-doc: handle arrays with arithmetic expressions as initializersBorislav Petkov-1/+10
2007-05-08scripts: kernel-doc whitespace cleanupRandy Dunlap-48/+48
2007-03-01[PATCH] kernel-doc: allow space after __attribute__Randy Dunlap-1/+1
2007-02-20[PATCH] kernel-doc: include struct short description in title outputRandy Dunlap-2/+2
2007-02-11[PATCH] fix fatal kernel-doc errorRandy Dunlap-1/+2
2007-02-11[PATCH] kernel-doc: fix some odd spacing issuesRandy Dunlap-4/+20
2007-02-11[PATCH] kernel-doc: allow more whitespaceRandy Dunlap-2/+2
2007-02-11[PATCH] kernel-doc: allow a little whitespaceRandy Dunlap-2/+2
2007-02-11[PATCH] DocBook/HTML: correction of recursive A tags in HTML outputPavel Pisa-8/+8
2006-12-22[PATCH] kernel-doc: allow unnamed structs/unionsRandy Dunlap-2/+15
2006-12-07[PATCH] kernel-doc: stricter function pointer recognitionRandy Dunlap-1/+1
2006-10-11[PATCH] kernel-doc: make parameter description indentation uniformRandy Dunlap-5/+7
2006-10-11[PATCH] kernel-doc: drop various "inline" qualifiersRandy Dunlap-0/+3
2006-10-03Fix copy&waste bug in comment in scripts/kernel-docRolf Eike Beer-2/+2
2006-07-31[PATCH] kernel-doc: ignore __devinitRandy Dunlap-0/+1
2006-07-01[PATCH] kernel-doc: make man/text mode function output sameRandy Dunlap-1/+4
2006-07-01[PATCH] kernel-doc: consistent text/man mode outputRandy.Dunlap-3/+5
2006-06-25[PATCH] kernel-doc: use Members for struct fields consistentlyRandy Dunlap-1/+1
2006-06-25[PATCH] kernel-doc: don't use XML escapes in text or man output modeRandy Dunlap-0/+3
2006-06-25[PATCH] kernel-doc: warn on malformed function docs.Randy Dunlap-0/+7
2006-06-25[PATCH] kernel-doc: script cleanupsRandy Dunlap-2/+2
2006-06-25[PATCH] kernel-doc: drop leading space in sectionsRandy Dunlap-0/+3
2006-02-01[PATCH] kernel-doc: clean up the script (whitespace)Randy Dunlap-34/+34
2006-02-01[PATCH] Doc/kernel-doc: add more usage infoRandy Dunlap-3/+3
2006-02-01[PATCH] DocBook: allow even longer return typesMartin Waitz-2/+4
2006-01-10[PATCH] DocBook: warn for missing macro parametersMartin Waitz-4/+8