Age | Commit message (Expand) | Author |
2018-10-18 | kernel-doc: fix declaration type determination | Randy Dunlap |
2018-08-06 | scripts/kernel-doc: Escape all literal braces in regexes | Ben Hutchings |
2018-07-23 | PATCH scripts/kernel-doc | valdis.kletnieks@vt.edu |
2018-03-29 | docs: kernel-doc: fix parsing of arrays | Mauro Carvalho Chehab |
2018-03-21 | kernel-doc: Remove __sched markings | Matthew Wilcox |
2018-02-20 | Merge branch 'kerneldoc2' into docs-next | Jonathan Corbet |
2018-02-20 | docs: Add an SPDX header to kernel-doc | Jonathan Corbet |
2018-02-18 | scripts: kernel-doc: support in-line comments on nested structs/unions | Mauro Carvalho Chehab |
2018-02-18 | scripts: kernel_doc: fixup reporting of function identifiers | Mike Rapoport |
2018-02-15 | docs: kernel-doc: Don't mangle literal code blocks in comments | Jonathan Corbet |
2018-02-15 | docs: kernel-doc: Finish moving STATE_* code out of process_file() | Jonathan Corbet |
2018-02-15 | docs: kernel-doc: Move STATE_PROTO processing into its own function | Jonathan Corbet |
2018-02-15 | docs: kernel-doc: Move STATE_BODY processing to a separate function | Jonathan Corbet |
2018-02-15 | docs: kernel-doc: Move STATE_NAME processing into its own function | Jonathan Corbet |
2018-02-15 | docs: kernel-doc: Move STATE_NORMAL processing into its own function | Jonathan Corbet |
2018-02-15 | docs: kernel-doc: Rename and split STATE_FIELD | Jonathan Corbet |
2018-02-15 | docs: kernel-doc: Get rid of xml_escape() and friends | Jonathan Corbet |
2018-01-01 | scripts: kernel_doc: better handle show warnings logic | Mauro Carvalho Chehab |
2017-12-21 | scripts: kernel-doc: apply filtering rules to warnings | Mauro Carvalho Chehab |
2017-12-21 | scripts: kernel-doc: improve nested logic to handle multiple identifiers | Mauro Carvalho Chehab |
2017-12-21 | scripts: kernel-doc: handle nested struct function arguments | Mauro Carvalho Chehab |
2017-12-21 | scripts: kernel-doc: print the declaration name on warnings | Mauro Carvalho Chehab |
2017-12-21 | scripts: kernel-doc: get rid of $nested parameter | Mauro Carvalho Chehab |
2017-12-21 | scripts: kernel-doc: parse next structs/unions | Mauro Carvalho Chehab |
2017-12-21 | scripts: kernel-doc: replace tabs by spaces | Mauro Carvalho Chehab |
2017-12-21 | scripts: kernel-doc: change default to ReST format | Mauro Carvalho Chehab |
2017-12-21 | scripts: kernel-doc: improve argument handling | Mauro Carvalho Chehab |
2017-12-21 | scripts: kernel-doc: get rid of unused output formats | Mauro Carvalho Chehab |
2017-12-21 | docs: get rid of kernel-doc-nano-HOWTO.txt | Mauro Carvalho Chehab |
2017-12-11 | kernel-doc: parse DECLARE_KFIFO and DECLARE_KFIFO_PTR() | Mauro Carvalho Chehab |
2017-12-02 | scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none | Will Deacon |
2017-11-23 | Merge tag 'docs-4.15-2' of git://git.lwn.net/linux | Linus Torvalds |
2017-11-20 | Add optional check for bad kernel-doc commentsdocs-4.15-2 | Matthew Wilcox |
2017-11-15 | kmemcheck: rip it out | Levin, Alexander (Sasha Levin) |
2017-09-26 | scripts/kernel-doc: warn on excess enum value descriptions | Johannes Berg |
2017-08-30 | kernel-doc parser mishandles declarations split into lines | Markus Heiser |
2017-07-07 | Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-07-03 | scripts/kernel-doc: handle DECLARE_HASHTABLEdocs-4.13 | Jakub Kicinski |
2017-05-14 | scripts: Switch to more portable Perl shebang | Kamil Rytarowski |
2017-04-02 | scripts/kernel-doc: fix handling of parameters with parenthesis | Mauro Carvalho Chehab |
2017-04-02 | scripts/kernel-doc: fix parser for apostrophes | Mauro Carvalho Chehab |
2017-01-26 | kernel-doc: Handle returning pointers to pointers | Matthew Wilcox |
2017-01-13 | kernel-doc: properly document array arguments of function | Gabriel Krisman Bertazi |
2017-01-04 | kernel-doc: make highlights more homogenous for the various backends | Paolo Bonzini |
2017-01-04 | kernel-doc: make member highlighting available in all backends | Paolo Bonzini |
2017-01-04 | kernel-doc: include parameter type in docbook output | Paolo Bonzini |
2017-01-04 | kernel-doc: strip attributes even if they have an argument | Paolo Bonzini |
2017-01-04 | kernel-doc: cleanup parameter type in function-typed arguments | Paolo Bonzini |
2016-11-16 | kernel-doc: add support for one line inline struct member doc comments | Jani Nikula |
2016-10-28 | kernel-doc: better parsing of named variable arguments | Silvio Fricke |