aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
AgeCommit message (Expand)AuthorFilesLines
2019-08-12kernel-doc: Allow anonymous enumAndy Shevchenko1-1/+1
2019-08-06kernel-doc: ignore __printf attributeRandy Dunlap1-0/+1
2019-06-26kernel-doc: Don't try to mark up function namesJonathan Corbet1-1/+1
2019-05-27kernel-doc: always name missing kerneldoc sectionsJonathan Corbet1-7/+9
2019-01-16kernel-doc: suppress 'not described' warnings for embedded struct fieldsJonathan Corbet1-1/+1
2018-11-25scripts/kernel-doc: Fix struct and struct field attribute processingSakari Ailus1-3/+4
2018-11-07kernel-doc: extend $type_param to match members referenced by pointerMike Rapoport1-1/+1
2018-11-07kernel-doc: kill trailing whitespaceMike Rapoport1-2/+2
2018-10-18kernel-doc: fix declaration type determinationRandy Dunlap1-4/+4
2018-08-06scripts/kernel-doc: Escape all literal braces in regexesBen Hutchings1-10/+10
2018-07-23PATCH scripts/kernel-docvaldis.kletnieks@vt.edu1-2/+2
2018-03-29docs: kernel-doc: fix parsing of arraysMauro Carvalho Chehab1-1/+1
2018-03-21kernel-doc: Remove __sched markingsMatthew Wilcox1-0/+1
2018-02-20Merge branch 'kerneldoc2' into docs-nextJonathan Corbet1-301/+365
2018-02-20docs: Add an SPDX header to kernel-docJonathan Corbet1-0/+1
2018-02-18scripts: kernel-doc: support in-line comments on nested structs/unionsMauro Carvalho Chehab1-1/+1
2018-02-18scripts: kernel_doc: fixup reporting of function identifiersMike Rapoport1-1/+1
2018-02-15docs: kernel-doc: Don't mangle literal code blocks in commentsJonathan Corbet1-5/+64
2018-02-15docs: kernel-doc: Finish moving STATE_* code out of process_file()Jonathan Corbet1-62/+77
2018-02-15docs: kernel-doc: Move STATE_PROTO processing into its own functionJonathan Corbet1-18/+28
2018-02-15docs: kernel-doc: Move STATE_BODY processing to a separate functionJonathan Corbet1-92/+101
2018-02-15docs: kernel-doc: Move STATE_NAME processing into its own functionJonathan Corbet1-65/+72
2018-02-15docs: kernel-doc: Move STATE_NORMAL processing into its own functionJonathan Corbet1-5/+16
2018-02-15docs: kernel-doc: Rename and split STATE_FIELDJonathan Corbet1-11/+11
2018-02-15docs: kernel-doc: Get rid of xml_escape() and friendsJonathan Corbet1-56/+9
2018-01-01scripts: kernel_doc: better handle show warnings logicMauro Carvalho Chehab1-15/+41
2017-12-21scripts: kernel-doc: apply filtering rules to warningsMauro Carvalho Chehab1-7/+23
2017-12-21scripts: kernel-doc: improve nested logic to handle multiple identifiersMauro Carvalho Chehab1-25/+44
2017-12-21scripts: kernel-doc: handle nested struct function argumentsMauro Carvalho Chehab1-12/+26
2017-12-21scripts: kernel-doc: print the declaration name on warningsMauro Carvalho Chehab1-22/+16
2017-12-21scripts: kernel-doc: get rid of $nested parameterMauro Carvalho Chehab1-15/+4
2017-12-21scripts: kernel-doc: parse next structs/unionsMauro Carvalho Chehab1-53/+68
2017-12-21scripts: kernel-doc: replace tabs by spacesMauro Carvalho Chehab1-5/+5
2017-12-21scripts: kernel-doc: change default to ReST formatMauro Carvalho Chehab1-3/+3
2017-12-21scripts: kernel-doc: improve argument handlingMauro Carvalho Chehab1-16/+20
2017-12-21scripts: kernel-doc: get rid of unused output formatsMauro Carvalho Chehab1-1179/+4
2017-12-21docs: get rid of kernel-doc-nano-HOWTO.txtMauro Carvalho Chehab1-1/+1
2017-12-11kernel-doc: parse DECLARE_KFIFO and DECLARE_KFIFO_PTR()Mauro Carvalho Chehab1-2/+6
2017-12-02scripts/kernel-doc: Don't fail with status != 0 if error encountered with -noneWill Deacon1-1/+1
2017-11-23Merge tag 'docs-4.15-2' of git://git.lwn.net/linuxLinus Torvalds1-1/+24
2017-11-20Add optional check for bad kernel-doc commentsMatthew Wilcox1-1/+24
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)1-2/+0
2017-09-26scripts/kernel-doc: warn on excess enum value descriptionsJohannes Berg1-4/+13
2017-08-30kernel-doc parser mishandles declarations split into linesMarkus Heiser1-0/+4
2017-07-07Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2017-07-03scripts/kernel-doc: handle DECLARE_HASHTABLEJakub Kicinski1-0/+2
2017-05-14scripts: Switch to more portable Perl shebangKamil Rytarowski1-1/+2
2017-04-02scripts/kernel-doc: fix handling of parameters with parenthesisMauro Carvalho Chehab1-4/+3
2017-04-02scripts/kernel-doc: fix parser for apostrophesMauro Carvalho Chehab1-1/+11
2017-01-26kernel-doc: Handle returning pointers to pointersMatthew Wilcox1-7/+7
2017-01-13kernel-doc: properly document array arguments of functionGabriel Krisman Bertazi1-1/+1
2017-01-04kernel-doc: make highlights more homogenous for the various backendsPaolo Bonzini1-18/+50
2017-01-04kernel-doc: make member highlighting available in all backendsPaolo Bonzini1-11/+19
2017-01-04kernel-doc: include parameter type in docbook outputPaolo Bonzini1-2/+4
2017-01-04kernel-doc: strip attributes even if they have an argumentPaolo Bonzini1-1/+7
2017-01-04kernel-doc: cleanup parameter type in function-typed argumentsPaolo Bonzini1-0/+1
2016-11-16kernel-doc: add support for one line inline struct member doc commentsJani Nikula1-1/+11
2016-10-28kernel-doc: better parsing of named variable argumentsSilvio Fricke1-2/+6
2016-09-06docs: Special-case function-pointer parameters in kernel-docJonathan Corbet1-0/+2
2016-09-06docs: make kernel-doc handle varargs properlyJonathan Corbet1-1/+2
2016-09-01docs-rst: kernel-doc: fix typedef output in RST formatMauro Carvalho Chehab1-10/+24
2016-09-01docs-rst: improve typedef parserMauro Carvalho Chehab1-1/+3
2016-08-24docs-rst: kernel-doc: better output struct membersMauro Carvalho Chehab1-1/+1
2016-08-22doc-rst: Revert "kernel-doc: fix handling of address_space tags"Markus Heiser1-3/+0
2016-07-22doc-rst: kernel-doc: fix handling of address_space tagsMauro Carvalho Chehab1-0/+4
2016-07-17kernel-doc: Fix up warning outputDaniel Vetter1-1/+1
2016-06-10kernel-doc: unify all EXPORT_SYMBOL scanning to one placeJani Nikula1-13/+5
2016-06-10kernel-doc: add support for specifying extra files for EXPORT_SYMBOLsJani Nikula1-2/+37
2016-06-10kernel-doc: abstract filename mappingJani Nikula1-9/+18
2016-06-10kernel-doc: add missing semi-colons in option parsingJani Nikula1-2/+2
2016-06-10kernel-doc: do not warn about duplicate default section namesJani Nikula1-2/+5
2016-06-10kernel-doc: remove old debug cruft from dump_section()Jani Nikula1-3/+0
2016-06-09docs: kernel-doc: Add "example" and "note" to the magic section typesJonathan Corbet1-1/+2
2016-06-04scripts/kernel-doc: Add option to inject line numbersDaniel Vetter1-0/+41
2016-06-03scripts/kernel-doc: Also give functions symbolic namesDaniel Vetter1-4/+4
2016-06-03scripts/kernel-doc: Remove duplicated DOC: start handlingDaniel Vetter1-18/+1
2016-05-30kernel-doc: reset contents and section harderJani Nikula1-0/+3
2016-05-30kernel-doc: concatenate contents of colliding sectionsJani Nikula1-4/+6
2016-05-30kernel-doc: limit the "section header:" detection to a select fewJani Nikula1-2/+17
2016-05-30kernel-doc/rst: remove fixme commentJani Nikula1-1/+0
2016-05-30kernel-doc/rst: use *undescribed* instead of _undescribed_Jani Nikula1-2/+2
2016-05-30kernel-doc: strip leading whitespace from continued param descsJani Nikula1-1/+15
2016-05-30kernel-doc: improve handling of whitespace on the first line param descriptionJani Nikula1-4/+4
2016-05-30kernel-doc/rst: change the output layoutJani Nikula1-17/+17
2016-05-30kernel-doc: strip leading blank lines from inline doc commentsJani Nikula1-0/+4
2016-05-30kernel-doc/rst: blank lines in output are not neededJani Nikula1-6/+1
2016-05-30kernel-doc: fix wrong code indentationJani Nikula1-1/+1
2016-05-30kernel-doc: do not regard $, %, or & prefixes as special in section namesJani Nikula1-12/+2
2016-05-30kernel-doc/rst: highlight function/struct/enum purpose lines tooJani Nikula1-12/+25
2016-05-30kernel-doc/rst: drop redundant unescape in highlightingJani Nikula1-1/+0
2016-05-30kernel-doc/rst: add support for struct/union/enum member referencesJani Nikula1-0/+5
2016-05-30kernel-doc/rst: add support for &union foo and &typedef foo referencesJani Nikula1-0/+4
2016-05-30kernel-doc/rst: &foo references are more universal than structsJani Nikula1-1/+2
2016-05-30kernel-doc/rst: reference functions according to C domain specJani Nikula1-1/+1
2016-05-30kernel-doc/rst: do not output DOC: section titles for requested onesJani Nikula1-1/+3
2016-05-30kernel-doc: add names for output selectionJani Nikula1-17/+30
2016-05-30kernel-doc: add names for states and substatesJani Nikula1-43/+48
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