aboutsummaryrefslogtreecommitdiff
path: root/scripts/kernel-doc
AgeCommit message (Expand)Author
2013-11-15Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds
2013-11-13kernel-doc: improve "no structured comments found" errorJohannes Berg
2013-11-06scripts/kernel-doc: make unknown function prototype a Warning instead of an E...Randy Dunlap
2013-02-27scripts/kernel-doc: handle struct member __aligned without numbersNishanth Menon
2013-01-03misc: remove __dev* attributes.Greg Kroah-Hartman
2012-11-27scripts/kernel-doc: check that non-void fcts describe their return valueYacine Belkadi
2012-10-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds
2012-10-06kernel-doc: don't mangle whitespace in Example sectionDaniel Santos
2012-10-06kernel-doc: bugfix - empty line in Example sectionDaniel Santos
2012-10-06kernel-doc: bugfix - multi-line macrosDaniel Santos
2012-08-31scripts/kernel-doc: added support for html5Dan Luedtke
2012-08-17scripts/kernel-doc: fix fatal script errorRandy Dunlap
2012-01-23scripts/kernel-doc: fix fatal error caused by cfg80211.hRandy Dunlap
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-06kernel-doc: code reorganizationRandy Dunlap
2010-11-18kernel-doc: escape xml for structsRandy Dunlap
2010-09-11docbook: warn on unused doc entriesJohannes Berg
2010-09-11kernel-doc: ignore case when stripping attributesJohannes Berg
2010-08-11mtd/nand_base: fix kernel-doc warnings & typosRandy Dunlap
2010-03-24scripts/kernel-doc: fix fatal error on function prototypeRandy Dunlap
2010-03-24scripts/kernel-doc: handle struct member __alignedRandy Dunlap
2010-03-12scripts/kernel-doc: fix empty function description sectionRandy Dunlap
2010-02-26kernel-doc: drop the -filelist option, it doesn't workIlya Dryomov
2010-02-26kernel-doc: track line numbers for each file separatelyIlya Dryomov
2009-12-02tracing: Add DEFINE_EVENT(), DEFINE_SINGLE_EVENT() support to docbookJason Baron
2009-09-18kernel-doc: allow multi-line declaration purpose descriptionsJohannes Weiner
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