aboutsummaryrefslogtreecommitdiff
path: root/scripts/kernel-doc
AgeCommit message (Expand)Author
2009-07-01kernel-doc: move ignoring kmemcheckRandy Dunlap
2009-06-20kernel-doc: fix param matching for array paramsRandy Dunlap
2009-06-20kernel-doc: ignore kmemcheck_bitfield_begin/endRandy Dunlap
2009-06-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kb...Linus Torvalds
2009-06-09kernel-doc: cleanup perl scriptRandy Dunlap
2009-05-07Merge branch 'linus' into tracing/coreIngo Molnar
2009-05-02kernel-doc: restrict syntax for private: and public:Randy Dunlap
2009-05-01kerneldoc, tracing: make kernel-doc understand TRACE_EVENT() macro (take #2)Jason Baron
2009-02-11kernel-doc: fix syscall wrapper processingRandy Dunlap
2008-12-19kernel-doc: check for extra kernel-doc notationsRandy Dunlap
2008-12-01kernel-doc: handle varargs cleanlyRandy Dunlap
2008-10-26kernel-doc: allow more whitespace in macrosRandy Dunlap
2008-09-23kernel-doc: allow structs whose members are all privateRandy Dunlap
2008-08-05kernel-doc: skip nested struct/union cleanlyRandy Dunlap
2008-07-25kernel-doc: handle/strip __initRandy Dunlap
2008-05-19kernel-doc: allow unnamed bit-fieldsRandy Dunlap
2008-04-28kernel-doc: detect trailing kernel-doc line trashRandy Dunlap
2008-04-28kernel-doc: detect/prevent duplicate doc section namesRandy Dunlap
2008-03-13kernel-doc: set verbose mode via environmentRandy Dunlap
2008-02-23kernel-doc: fix function-pointer-parameter parsingRichard Kennedy
2008-02-14kernel-doc: remove fastcallHarvey Harrison
2008-02-07kernel-doc: warn on badly formatted short descriptionRandy Dunlap
2008-02-07kernel-doc: prevent duplicate description: outputRandy Dunlap
2008-02-07kernel-doc: fix for vunmap function prototypeRandy Dunlap
2008-01-28kernel-doc: process functions, not DOC:Johannes Berg
2008-01-28kernel-doc: single DOC: selectionJohannes Berg
2008-01-28kernel-doc: init kernel versionJohannes Berg
2008-01-28kernel-doc: fix xml output modeJohannes Berg
2007-10-17kernel-doc: fix doc blocks and htmlRandy Dunlap
2007-07-19kernel-doc: fix leading dot in man-mode outputRandy Dunlap
2007-07-19kernel-doc: strip C99 commentsRandy Dunlap
2007-07-19kernel-doc: fix unnamed struct/union warningRandy Dunlap
2007-05-09kernel-doc: small kernel-doc optimizationBorislav Petkov
2007-05-08kill warnings when building mandocsBorislav Petkov
2007-05-08kernel-doc: html mode struct highlightsRandy Dunlap
2007-05-08kernel-doc: handle arrays with arithmetic expressions as initializersBorislav Petkov
2007-05-08scripts: kernel-doc whitespace cleanupRandy Dunlap
2007-03-01[PATCH] kernel-doc: allow space after __attribute__Randy Dunlap
2007-02-20[PATCH] kernel-doc: include struct short description in title outputRandy Dunlap
2007-02-11[PATCH] fix fatal kernel-doc errorRandy Dunlap
2007-02-11[PATCH] kernel-doc: fix some odd spacing issuesRandy Dunlap
2007-02-11[PATCH] kernel-doc: allow more whitespaceRandy Dunlap
2007-02-11[PATCH] kernel-doc: allow a little whitespaceRandy Dunlap
2007-02-11[PATCH] DocBook/HTML: correction of recursive A tags in HTML outputPavel Pisa
2006-12-22[PATCH] kernel-doc: allow unnamed structs/unionsRandy Dunlap
2006-12-07[PATCH] kernel-doc: stricter function pointer recognitionRandy Dunlap
2006-10-11[PATCH] kernel-doc: make parameter description indentation uniformRandy Dunlap
2006-10-11[PATCH] kernel-doc: drop various "inline" qualifiersRandy Dunlap
2006-10-03Fix copy&waste bug in comment in scripts/kernel-docRolf Eike Beer
2006-07-31[PATCH] kernel-doc: ignore __devinitRandy Dunlap