Age | Commit message (Expand) | Author | Files | Lines |
2025-04-09 | scripts/kernel-doc: switch to use kernel-doc.py | Mauro Carvalho Chehab | 1 | -1/+1 |
2025-04-09 | scripts/kernel-doc: add a symlink to the Perl version of kernel-doc | Mauro Carvalho Chehab | 1 | -0/+1 |
2025-04-09 | scripts/kernel-doc: rename it to scripts/kernel-doc.pl | Mauro Carvalho Chehab | 1 | -2439/+0 |
2025-03-04 | scripts/kernel-doc: drop dead code for Wcontents_before_sections | Mauro Carvalho Chehab | 1 | -11/+0 |
2025-03-04 | scripts/kernel-doc: don't add not needed new lines | Mauro Carvalho Chehab | 1 | -0/+4 |
2025-02-13 | scripts/kernel-doc: drop Sphinx version check | Mauro Carvalho Chehab | 1 | -113/+16 |
2025-02-13 | scripts/kernel-doc: remove an obscure logic from kernel-doc | Mauro Carvalho Chehab | 1 | -18/+1 |
2024-12-30 | scripts/kernel-doc: fix identifier parsing regex | Vegard Nossum | 1 | -1/+1 |
2024-12-11 | scripts/kernel-doc: Get -export option working again | Akira Yokosawa | 1 | -1/+1 |
2024-10-17 | kernel-doc: allow object-like macros in ReST output | Randy Dunlap | 1 | -13/+30 |
2024-10-14 | scripts/kernel-doc: Do not track section counter across processed files | Chen-Yu Tsai | 1 | -3/+1 |
2024-10-14 | scripts/kernel-doc: Fix build time warnings | André Almeida | 1 | -1/+1 |
2024-07-03 | mm/slab: Plumb kmem_buckets into __do_kmalloc_node() | Kees Cook | 1 | -0/+1 |
2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+1 |
2024-05-14 | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -0/+1 |
2024-05-07 | kernel-doc: Added "*" in $type_constants2 to fix 'make htmldocs' warning. | Utkarsh Tripathi | 1 | -1/+1 |
2024-04-25 | scripts/kernel-doc: drop "_noprof" on function prototypes | Randy Dunlap | 1 | -0/+1 |
2024-04-24 | kernel-doc: fix struct_group_tagged() parsing | Kees Cook | 1 | -1/+2 |
2024-04-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2024-03-29 | docs: Fix bitfield handling in kernel-doc | Donald Hunter | 1 | -1/+1 |
2024-03-28 | compiler_types: add Endianness-dependent __counted_by_{le,be} | Alexander Lobakin | 1 | -0/+1 |
2024-03-13 | Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+1 |
2024-02-29 | kernel-doc: Add unary operator * to $type_param_ref | Akira Yokosawa | 1 | -1/+1 |
2024-02-21 | kernel-doc: handle #if in enums as well | Johannes Berg | 1 | -1/+1 |
2024-02-21 | scripts/kernel-doc: simplify signature printing | Vegard Nossum | 1 | -22/+14 |
2024-02-21 | scripts/kernel-doc: separate out function signature | Vegard Nossum | 1 | -21/+28 |
2024-02-21 | scripts/kernel-doc: simplify function printing | Vegard Nossum | 1 | -6/+4 |
2024-02-21 | scripts/kernel-doc: add modeline for vim users | Vegard Nossum | 1 | -0/+1 |
2024-02-14 | scripts/kernel-doc: reindent | Vegard Nossum | 1 | -1264/+1258 |
2024-02-05 | kernel-doc: Support arrays of pointers struct fields | Sakari Ailus | 1 | -0/+9 |
2024-01-30 | kernel-doc: drop looking for "MACDOC" | Randy Dunlap | 1 | -1/+1 |
2024-01-30 | scripts/kernel-doc: Do not process backslash lines in comments | Anna-Maria Behnsen | 1 | -1/+1 |
2024-01-11 | Merge tag 'docs-6.8' of git://git.lwn.net/linux | Linus Torvalds | 1 | -3/+12 |
2024-01-03 | kernel-doc: handle a void function without producing a warning | Randy Dunlap | 1 | -0/+1 |
2023-12-19 | kernel-doc: Align quick help and the code | Andy Shevchenko | 1 | -2/+2 |
2023-12-18 | docs: ignore __counted_by attribute in structure definitions | Jonathan Corbet | 1 | -0/+1 |
2023-12-15 | scripts: kernel-doc: Clarify missing struct member description | Kees Cook | 1 | -1/+1 |
2023-12-15 | scripts/kernel-doc: restore warning for Excess struct/union | Randy Dunlap | 1 | -0/+7 |
2023-12-02 | cache: enforce cache groups | Coco Li | 1 | -0/+5 |
2023-10-30 | scripts/kernel-doc: Fix the regex for matching -Werror flag | Yujie Liu | 1 | -1/+1 |
2023-10-22 | scripts/kernel-doc: match -Werror flag strictly | Yujie Liu | 1 | -1/+1 |
2023-08-18 | scripts: kernel-doc: fix macro handling in enums | Pavan Kumar Linga | 1 | -0/+1 |
2023-08-18 | scripts: kernel-doc: parse DEFINE_DMA_UNMAP_[ADDR|LEN] | Pavan Kumar Linga | 1 | -0/+4 |
2023-07-06 | Merge tag 'docs-6.5-2' of git://git.lwn.net/linux | Linus Torvalds | 1 | -0/+3 |
2023-07-04 | scripts: kernel-doc: support private / public marking for enums | Jakub Kicinski | 1 | -0/+3 |
2023-07-01 | Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -5/+23 |
2023-06-10 | kernel-doc: don't let V=1 change outcome | Johannes Berg | 1 | -5/+23 |
2023-06-05 | docs: scripts: kernel-doc: accept bitwise negation like ~@var | Mark Rutland | 1 | -1/+1 |
2023-02-26 | Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -2/+2 |
2023-01-31 | scripts: kernel-doc: Remove workaround for @param... syntax | Jonathan Neuschäfer | 1 | -11/+0 |
2023-01-22 | kbuild: do not print extra logs for V=2 | Masahiro Yamada | 1 | -2/+2 |
2022-12-14 | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+5 |
2022-12-14 | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -4/+8 |
2022-11-29 | scripts/kernel-doc: support EXPORT_SYMBOL_NS_GPL() with -export | Jason Gunthorpe | 1 | -4/+8 |
2022-10-28 | string: Rewrite and add more kern-doc for the str*() functions | Kees Cook | 1 | -1/+5 |
2022-10-18 | docs: improve the HTML formatting of kerneldoc comments | Jonathan Corbet | 1 | -21/+33 |
2022-06-13 | scripts: kernel-doc: Always increment warnings counter | Niklas Söderlund | 1 | -47/+35 |
2022-03-28 | scripts/kernel-doc: change the line number meta info | Mauro Carvalho Chehab | 1 | -2/+2 |
2022-02-24 | docs: scripts/kernel-doc: Detect absence of FILE arg | Akira Yokosawa | 1 | -8/+17 |
2022-02-24 | scripts: kernel-doc: Refresh the copyright lines | Tomasz Warniełło | 1 | -0/+2 |
2022-02-24 | scripts: kernel-doc: Drop obsolete comments | Tomasz Warniełło | 1 | -143/+0 |
2022-02-24 | scripts: kernel-doc: Replace the usage function | Tomasz Warniełło | 1 | -10/+1 |
2022-02-24 | scripts: kernel-doc: Translate the "Other parameters" subsection of OPTIONS | Tomasz Warniełło | 1 | -5/+18 |
2022-02-24 | scripts: kernel-doc: Translate the "Output selection modifiers" subsection of... | Tomasz Warniełło | 1 | -8/+29 |
2022-02-24 | scripts: kernel-doc: Translate the "Output selection" subsection of OPTIONS | Tomasz Warniełło | 1 | -13/+29 |
2022-02-24 | scripts: kernel-doc: Translate the "Output format selection modifier" subsect... | Tomasz Warniełło | 1 | -7/+15 |
2022-02-24 | scripts: kernel-doc: Translate the "Output format selection" subsection of OP... | Tomasz Warniełło | 1 | -5/+26 |
2022-02-24 | scripts: kernel-doc: Translate the DESCRIPTION section | Tomasz Warniełło | 1 | -6/+9 |
2022-02-24 | scripts: kernel-doc: Relink argument parsing error handling to pod2usage | Tomasz Warniełło | 1 | -3/+17 |
2022-02-24 | scripts: kernel-doc: Add the basic POD sections | Tomasz Warniełło | 1 | -0/+25 |
2021-11-02 | Merge tag 'docs-5.16' of git://git.lwn.net/linux | Linus Torvalds | 1 | -0/+2 |
2021-11-01 | kernel-doc: support DECLARE_PHY_INTERFACE_MASK() | Randy Dunlap | 1 | -0/+1 |
2021-10-18 | stddef: Introduce DECLARE_FLEX_ARRAY() helper | Kees Cook | 1 | -0/+2 |
2021-10-12 | scripts: kernel-doc: Ignore __alloc_size() attribute | Kees Cook | 1 | -0/+1 |
2021-09-25 | stddef: Introduce struct_group() helper macro | Kees Cook | 1 | -0/+7 |
2021-08-12 | scripts/kernel-doc: Override -Werror from KCFLAGS with KDOC_WERROR | Laurent Pinchart | 1 | -4/+4 |
2021-05-17 | scripts: kernel-doc: reduce repeated regex expressions into variables | Aditya Srivastava | 1 | -37/+34 |
2021-04-27 | kernel-doc: Add support for __deprecated | Matthew Wilcox | 1 | -0/+1 |
2021-04-15 | scripts: kernel-doc: improve parsing for kernel-doc comments syntax | Aditya Srivastava | 1 | -4/+15 |
2021-03-29 | scripts: kernel-doc: add warning for comment not following kernel-doc syntax | Aditya Srivastava | 1 | -4/+13 |
2021-03-26 | docs: kernel-doc: properly recognize parameter lines with colons | Jonathan Corbet | 1 | -1/+7 |
2021-03-25 | kernel-doc: better handle '::' sequences | Mauro Carvalho Chehab | 1 | -1/+1 |
2021-03-08 | scripts/kernel-doc: ignore identifier on anonymous enums | Mauro Carvalho Chehab | 1 | -2/+7 |
2021-03-08 | scripts: kernel-doc: fix attribute capture in function parsing | Aditya Srivastava | 1 | -0/+2 |
2021-03-06 | scripts: kernel-doc: fix typedef support for struct/union parsing | Aditya Srivastava | 1 | -3/+14 |
2021-02-22 | scripts: kernel-doc: fix array element capture in pointer-to-func parsing | Aditya Srivastava | 1 | -1/+1 |
2021-01-28 | scripts/kernel-doc: add internal hyperlink to DOC: sections | Michal Wajdeczko | 1 | -0/+1 |
2021-01-18 | scripts: kernel-doc: validate kernel-doc markup with the actual names | Mauro Carvalho Chehab | 1 | -16/+46 |
2020-12-03 | scripts: kernel-doc: fix parsing function-like typedefs | Mauro Carvalho Chehab | 1 | -1/+1 |
2020-11-13 | scripts: kernel-doc: Restore anonymous enum parsing | Andy Shevchenko | 1 | -1/+1 |
2020-10-28 | scripts: kernel-doc: use :c:union when needed | Mauro Carvalho Chehab | 1 | -1/+5 |
2020-10-28 | scripts: kernel-doc: split typedef complex regex | Mauro Carvalho Chehab | 1 | -5/+9 |
2020-10-28 | scripts: kernel-doc: fix typedef parsing | Mauro Carvalho Chehab | 1 | -2/+3 |
2020-10-15 | scripts: kernel-doc: try to use c:function if possible | Mauro Carvalho Chehab | 1 | -9/+14 |
2020-10-15 | scripts: kernel-doc: fix line number handling | Mauro Carvalho Chehab | 1 | -2/+4 |
2020-10-15 | scripts: kernel-doc: allow passing desired Sphinx C domain dialect | Mauro Carvalho Chehab | 1 | -8/+43 |
2020-10-15 | scripts: kernel-doc: don't mangle with parameter list | Mauro Carvalho Chehab | 1 | -12/+14 |
2020-10-15 | scripts: kernel-doc: fix typedef identification | Mauro Carvalho Chehab | 1 | -23/+41 |
2020-10-15 | scripts: kernel-doc: reimplement -nofunction argument | Mauro Carvalho Chehab | 1 | -23/+21 |
2020-10-15 | scripts: kernel-doc: fix troubles with line counts | Mauro Carvalho Chehab | 1 | -3/+4 |
2020-10-15 | scripts: kernel-doc: use a less pedantic markup for funcs on Sphinx 3.x | Mauro Carvalho Chehab | 1 | -10/+24 |
2020-10-15 | scripts: kernel-doc: make it more compatible with Sphinx 3.x | Mauro Carvalho Chehab | 1 | -6/+65 |
2020-10-15 | scripts: kernel-doc: add support for typedef enum | Mauro Carvalho Chehab | 1 | -4/+11 |
2020-09-16 | kernel-doc: add support for ____cacheline_aligned attribute | Jonathan Cameron | 1 | -1/+2 |
2020-09-10 | kernel-doc: include line numbers for function prototypes | Mauro Carvalho Chehab | 1 | -0/+2 |
2020-07-31 | scripts/kernel-doc: optionally treat warnings as errors | Pierre-Louis Bossart | 1 | -1/+22 |
2020-06-26 | scripts/kernel-doc: handle function pointer prototypes | Mauro Carvalho Chehab | 1 | -0/+5 |
2020-06-26 | scripts/kernel-doc: parse __ETHTOOL_DECLARE_LINK_MODE_MASK | Mauro Carvalho Chehab | 1 | -0/+2 |
2020-06-08 | Replace HTTP links with HTTPS ones: documentation | Alexander A. Klimov | 1 | -1/+1 |
2020-04-20 | scripts: kernel-doc: accept blank lines on parameter description | Mauro Carvalho Chehab | 1 | -12/+23 |
2020-04-20 | scripts: kernel-doc: accept negation like !@var | Mauro Carvalho Chehab | 1 | -1/+3 |
2020-04-20 | scripts: kernel-doc: proper handle @foo->bar() | Mauro Carvalho Chehab | 1 | -0/+2 |
2020-04-15 | scripts/kernel-doc: Add missing close-paren in c:function directives | Peter Maydell | 1 | -1/+1 |
2019-11-07 | scripts/kernel-doc: Add support for named variable macro arguments | Jonathan Neuschäfer | 1 | -0/+16 |
2019-10-01 | kernel-doc: add support for ____cacheline_aligned_in_smp attribute | André Almeida | 1 | -1/+2 |
2019-10-01 | kernel-doc: fix processing nested structs with attributes | André Almeida | 1 | -4/+4 |
2019-08-12 | kernel-doc: Allow anonymous enum | Andy Shevchenko | 1 | -1/+1 |
2019-08-06 | kernel-doc: ignore __printf attribute | Randy Dunlap | 1 | -0/+1 |
2019-06-26 | kernel-doc: Don't try to mark up function names | Jonathan Corbet | 1 | -1/+1 |
2019-05-27 | kernel-doc: always name missing kerneldoc sections | Jonathan Corbet | 1 | -7/+9 |
2019-01-16 | kernel-doc: suppress 'not described' warnings for embedded struct fields | Jonathan Corbet | 1 | -1/+1 |
2018-11-25 | scripts/kernel-doc: Fix struct and struct field attribute processing | Sakari Ailus | 1 | -3/+4 |
2018-11-07 | kernel-doc: extend $type_param to match members referenced by pointer | Mike Rapoport | 1 | -1/+1 |
2018-11-07 | kernel-doc: kill trailing whitespace | Mike Rapoport | 1 | -2/+2 |
2018-10-18 | kernel-doc: fix declaration type determination | Randy Dunlap | 1 | -4/+4 |
2018-08-06 | scripts/kernel-doc: Escape all literal braces in regexes | Ben Hutchings | 1 | -10/+10 |
2018-07-23 | PATCH scripts/kernel-doc | valdis.kletnieks@vt.edu | 1 | -2/+2 |
2018-03-29 | docs: kernel-doc: fix parsing of arrays | Mauro Carvalho Chehab | 1 | -1/+1 |
2018-03-21 | kernel-doc: Remove __sched markings | Matthew Wilcox | 1 | -0/+1 |
2018-02-20 | Merge branch 'kerneldoc2' into docs-next | Jonathan Corbet | 1 | -301/+365 |
2018-02-20 | docs: Add an SPDX header to kernel-doc | Jonathan Corbet | 1 | -0/+1 |
2018-02-18 | scripts: kernel-doc: support in-line comments on nested structs/unions | Mauro Carvalho Chehab | 1 | -1/+1 |
2018-02-18 | scripts: kernel_doc: fixup reporting of function identifiers | Mike Rapoport | 1 | -1/+1 |
2018-02-15 | docs: kernel-doc: Don't mangle literal code blocks in comments | Jonathan Corbet | 1 | -5/+64 |
2018-02-15 | docs: kernel-doc: Finish moving STATE_* code out of process_file() | Jonathan Corbet | 1 | -62/+77 |
2018-02-15 | docs: kernel-doc: Move STATE_PROTO processing into its own function | Jonathan Corbet | 1 | -18/+28 |
2018-02-15 | docs: kernel-doc: Move STATE_BODY processing to a separate function | Jonathan Corbet | 1 | -92/+101 |
2018-02-15 | docs: kernel-doc: Move STATE_NAME processing into its own function | Jonathan Corbet | 1 | -65/+72 |
2018-02-15 | docs: kernel-doc: Move STATE_NORMAL processing into its own function | Jonathan Corbet | 1 | -5/+16 |
2018-02-15 | docs: kernel-doc: Rename and split STATE_FIELD | Jonathan Corbet | 1 | -11/+11 |
2018-02-15 | docs: kernel-doc: Get rid of xml_escape() and friends | Jonathan Corbet | 1 | -56/+9 |
2018-01-01 | scripts: kernel_doc: better handle show warnings logic | Mauro Carvalho Chehab | 1 | -15/+41 |
2017-12-21 | scripts: kernel-doc: apply filtering rules to warnings | Mauro Carvalho Chehab | 1 | -7/+23 |
2017-12-21 | scripts: kernel-doc: improve nested logic to handle multiple identifiers | Mauro Carvalho Chehab | 1 | -25/+44 |
2017-12-21 | scripts: kernel-doc: handle nested struct function arguments | Mauro Carvalho Chehab | 1 | -12/+26 |
2017-12-21 | scripts: kernel-doc: print the declaration name on warnings | Mauro Carvalho Chehab | 1 | -22/+16 |
2017-12-21 | scripts: kernel-doc: get rid of $nested parameter | Mauro Carvalho Chehab | 1 | -15/+4 |
2017-12-21 | scripts: kernel-doc: parse next structs/unions | Mauro Carvalho Chehab | 1 | -53/+68 |
2017-12-21 | scripts: kernel-doc: replace tabs by spaces | Mauro Carvalho Chehab | 1 | -5/+5 |
2017-12-21 | scripts: kernel-doc: change default to ReST format | Mauro Carvalho Chehab | 1 | -3/+3 |
2017-12-21 | scripts: kernel-doc: improve argument handling | Mauro Carvalho Chehab | 1 | -16/+20 |
2017-12-21 | scripts: kernel-doc: get rid of unused output formats | Mauro Carvalho Chehab | 1 | -1179/+4 |
2017-12-21 | docs: get rid of kernel-doc-nano-HOWTO.txt | Mauro Carvalho Chehab | 1 | -1/+1 |
2017-12-11 | kernel-doc: parse DECLARE_KFIFO and DECLARE_KFIFO_PTR() | Mauro Carvalho Chehab | 1 | -2/+6 |
2017-12-02 | scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none | Will Deacon | 1 | -1/+1 |
2017-11-23 | Merge tag 'docs-4.15-2' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+24 |
2017-11-20 | Add optional check for bad kernel-doc comments | Matthew Wilcox | 1 | -1/+24 |
2017-11-15 | kmemcheck: rip it out | Levin, Alexander (Sasha Levin) | 1 | -2/+0 |
2017-09-26 | scripts/kernel-doc: warn on excess enum value descriptions | Johannes Berg | 1 | -4/+13 |
2017-08-30 | kernel-doc parser mishandles declarations split into lines | Markus Heiser | 1 | -0/+4 |
2017-07-07 | Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+2 |
2017-07-03 | scripts/kernel-doc: handle DECLARE_HASHTABLE | Jakub Kicinski | 1 | -0/+2 |
2017-05-14 | scripts: Switch to more portable Perl shebang | Kamil Rytarowski | 1 | -1/+2 |
2017-04-02 | scripts/kernel-doc: fix handling of parameters with parenthesis | Mauro Carvalho Chehab | 1 | -4/+3 |
2017-04-02 | scripts/kernel-doc: fix parser for apostrophes | Mauro Carvalho Chehab | 1 | -1/+11 |
2017-01-26 | kernel-doc: Handle returning pointers to pointers | Matthew Wilcox | 1 | -7/+7 |
2017-01-13 | kernel-doc: properly document array arguments of function | Gabriel Krisman Bertazi | 1 | -1/+1 |
2017-01-04 | kernel-doc: make highlights more homogenous for the various backends | Paolo Bonzini | 1 | -18/+50 |
2017-01-04 | kernel-doc: make member highlighting available in all backends | Paolo Bonzini | 1 | -11/+19 |
2017-01-04 | kernel-doc: include parameter type in docbook output | Paolo Bonzini | 1 | -2/+4 |
2017-01-04 | kernel-doc: strip attributes even if they have an argument | Paolo Bonzini | 1 | -1/+7 |
2017-01-04 | kernel-doc: cleanup parameter type in function-typed arguments | Paolo Bonzini | 1 | -0/+1 |
2016-11-16 | kernel-doc: add support for one line inline struct member doc comments | Jani Nikula | 1 | -1/+11 |
2016-10-28 | kernel-doc: better parsing of named variable arguments | Silvio Fricke | 1 | -2/+6 |
2016-09-06 | docs: Special-case function-pointer parameters in kernel-doc | Jonathan Corbet | 1 | -0/+2 |
2016-09-06 | docs: make kernel-doc handle varargs properly | Jonathan Corbet | 1 | -1/+2 |
2016-09-01 | docs-rst: kernel-doc: fix typedef output in RST format | Mauro Carvalho Chehab | 1 | -10/+24 |
2016-09-01 | docs-rst: improve typedef parser | Mauro Carvalho Chehab | 1 | -1/+3 |
2016-08-24 | docs-rst: kernel-doc: better output struct members | Mauro Carvalho Chehab | 1 | -1/+1 |
2016-08-22 | doc-rst: Revert "kernel-doc: fix handling of address_space tags" | Markus Heiser | 1 | -3/+0 |
2016-07-22 | doc-rst: kernel-doc: fix handling of address_space tags | Mauro Carvalho Chehab | 1 | -0/+4 |
2016-07-17 | kernel-doc: Fix up warning output | Daniel Vetter | 1 | -1/+1 |
2016-06-10 | kernel-doc: unify all EXPORT_SYMBOL scanning to one place | Jani Nikula | 1 | -13/+5 |
2016-06-10 | kernel-doc: add support for specifying extra files for EXPORT_SYMBOLs | Jani Nikula | 1 | -2/+37 |
2016-06-10 | kernel-doc: abstract filename mapping | Jani Nikula | 1 | -9/+18 |
2016-06-10 | kernel-doc: add missing semi-colons in option parsing | Jani Nikula | 1 | -2/+2 |
2016-06-10 | kernel-doc: do not warn about duplicate default section names | Jani Nikula | 1 | -2/+5 |
2016-06-10 | kernel-doc: remove old debug cruft from dump_section() | Jani Nikula | 1 | -3/+0 |
2016-06-09 | docs: kernel-doc: Add "example" and "note" to the magic section types | Jonathan Corbet | 1 | -1/+2 |
2016-06-04 | scripts/kernel-doc: Add option to inject line numbers | Daniel Vetter | 1 | -0/+41 |
2016-06-03 | scripts/kernel-doc: Also give functions symbolic names | Daniel Vetter | 1 | -4/+4 |
2016-06-03 | scripts/kernel-doc: Remove duplicated DOC: start handling | Daniel Vetter | 1 | -18/+1 |
2016-05-30 | kernel-doc: reset contents and section harder | Jani Nikula | 1 | -0/+3 |
2016-05-30 | kernel-doc: concatenate contents of colliding sections | Jani Nikula | 1 | -4/+6 |
2016-05-30 | kernel-doc: limit the "section header:" detection to a select few | Jani Nikula | 1 | -2/+17 |
2016-05-30 | kernel-doc/rst: remove fixme comment | Jani Nikula | 1 | -1/+0 |
2016-05-30 | kernel-doc/rst: use *undescribed* instead of _undescribed_ | Jani Nikula | 1 | -2/+2 |
2016-05-30 | kernel-doc: strip leading whitespace from continued param descs | Jani Nikula | 1 | -1/+15 |
2016-05-30 | kernel-doc: improve handling of whitespace on the first line param description | Jani Nikula | 1 | -4/+4 |
2016-05-30 | kernel-doc/rst: change the output layout | Jani Nikula | 1 | -17/+17 |