summaryrefslogtreecommitdiffstats
path: root/scripts/kernel-doc
Commit message (Expand)AuthorAgeFilesLines
* docs: kernel-doc: fix parsing of arraysMauro Carvalho Chehab2018-03-291-1/+1
* kernel-doc: Remove __sched markingsMatthew Wilcox2018-03-211-0/+1
* Merge branch 'kerneldoc2' into docs-nextJonathan Corbet2018-02-201-301/+365
|\
| * docs: Add an SPDX header to kernel-docJonathan Corbet2018-02-201-0/+1
| * docs: kernel-doc: Don't mangle literal code blocks in commentsJonathan Corbet2018-02-151-5/+64
| * docs: kernel-doc: Finish moving STATE_* code out of process_file()Jonathan Corbet2018-02-151-62/+77
| * docs: kernel-doc: Move STATE_PROTO processing into its own functionJonathan Corbet2018-02-151-18/+28
| * docs: kernel-doc: Move STATE_BODY processing to a separate functionJonathan Corbet2018-02-151-92/+101
| * docs: kernel-doc: Move STATE_NAME processing into its own functionJonathan Corbet2018-02-151-65/+72
| * docs: kernel-doc: Move STATE_NORMAL processing into its own functionJonathan Corbet2018-02-151-5/+16
| * docs: kernel-doc: Rename and split STATE_FIELDJonathan Corbet2018-02-151-11/+11
| * docs: kernel-doc: Get rid of xml_escape() and friendsJonathan Corbet2018-02-151-56/+9
* | scripts: kernel-doc: support in-line comments on nested structs/unionsMauro Carvalho Chehab2018-02-181-1/+1
* | scripts: kernel_doc: fixup reporting of function identifiersMike Rapoport2018-02-181-1/+1
|/
* scripts: kernel_doc: better handle show warnings logicMauro Carvalho Chehab2018-01-011-15/+41
* scripts: kernel-doc: apply filtering rules to warningsMauro Carvalho Chehab2017-12-211-7/+23
* scripts: kernel-doc: improve nested logic to handle multiple identifiersMauro Carvalho Chehab2017-12-211-25/+44
* scripts: kernel-doc: handle nested struct function argumentsMauro Carvalho Chehab2017-12-211-12/+26
* scripts: kernel-doc: print the declaration name on warningsMauro Carvalho Chehab2017-12-211-22/+16
* scripts: kernel-doc: get rid of $nested parameterMauro Carvalho Chehab2017-12-211-15/+4
* scripts: kernel-doc: parse next structs/unionsMauro Carvalho Chehab2017-12-211-53/+68
* scripts: kernel-doc: replace tabs by spacesMauro Carvalho Chehab2017-12-211-5/+5
* scripts: kernel-doc: change default to ReST formatMauro Carvalho Chehab2017-12-211-3/+3
* scripts: kernel-doc: improve argument handlingMauro Carvalho Chehab2017-12-211-16/+20
* scripts: kernel-doc: get rid of unused output formatsMauro Carvalho Chehab2017-12-211-1179/+4
* docs: get rid of kernel-doc-nano-HOWTO.txtMauro Carvalho Chehab2017-12-211-1/+1
* kernel-doc: parse DECLARE_KFIFO and DECLARE_KFIFO_PTR()Mauro Carvalho Chehab2017-12-111-2/+6
* scripts/kernel-doc: Don't fail with status != 0 if error encountered with -noneWill Deacon2017-12-021-1/+1
* Merge tag 'docs-4.15-2' of git://git.lwn.net/linuxLinus Torvalds2017-11-231-1/+24
|\
| * Add optional check for bad kernel-doc commentsMatthew Wilcox2017-11-201-1/+24
* | kmemcheck: rip it outLevin, Alexander (Sasha Levin)2017-11-151-2/+0
|/
* scripts/kernel-doc: warn on excess enum value descriptionsJohannes Berg2017-09-261-4/+13
* kernel-doc parser mishandles declarations split into linesMarkus Heiser2017-08-301-0/+4
* Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-071-1/+2
|\
| * scripts: Switch to more portable Perl shebangKamil Rytarowski2017-05-141-1/+2
* | scripts/kernel-doc: handle DECLARE_HASHTABLEJakub Kicinski2017-07-031-0/+2
|/
* scripts/kernel-doc: fix handling of parameters with parenthesisMauro Carvalho Chehab2017-04-021-4/+3
* scripts/kernel-doc: fix parser for apostrophesMauro Carvalho Chehab2017-04-021-1/+11
* kernel-doc: Handle returning pointers to pointersMatthew Wilcox2017-01-261-7/+7
* kernel-doc: properly document array arguments of functionGabriel Krisman Bertazi2017-01-131-1/+1
* kernel-doc: make highlights more homogenous for the various backendsPaolo Bonzini2017-01-041-18/+50
* kernel-doc: make member highlighting available in all backendsPaolo Bonzini2017-01-041-11/+19
* kernel-doc: include parameter type in docbook outputPaolo Bonzini2017-01-041-2/+4
* kernel-doc: strip attributes even if they have an argumentPaolo Bonzini2017-01-041-1/+7
* kernel-doc: cleanup parameter type in function-typed argumentsPaolo Bonzini2017-01-041-0/+1
* kernel-doc: add support for one line inline struct member doc commentsJani Nikula2016-11-161-1/+11
* kernel-doc: better parsing of named variable argumentsSilvio Fricke2016-10-281-2/+6
* docs: Special-case function-pointer parameters in kernel-docJonathan Corbet2016-09-061-0/+2
* docs: make kernel-doc handle varargs properlyJonathan Corbet2016-09-061-1/+2
* docs-rst: kernel-doc: fix typedef output in RST formatMauro Carvalho Chehab2016-09-011-10/+24
OpenPOWER on IntegriCloud