Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
8aafd2fde3784f962c87aa6ff9c88e4def307036
/
scripts
/
kernel-doc
d404d57
docs: kernel-doc: fix parsing of arrays
by Mauro Carvalho Chehab
· 7 years ago
0891f95
kernel-doc: Remove __sched markings
by Matthew Wilcox
· 7 years ago
fcdf1df
Merge branch 'kerneldoc2' into docs-next
by Jonathan Corbet
· 7 years ago
3847637
docs: Add an SPDX header to kernel-doc
by Jonathan Corbet
· 7 years ago
fe7bc49
scripts: kernel-doc: support in-line comments on nested structs/unions
by Mauro Carvalho Chehab
· 7 years ago
a8dae20
scripts: kernel_doc: fixup reporting of function identifiers
by Mike Rapoport
· 7 years ago
af25029
docs: kernel-doc: Don't mangle literal code blocks in comments
by Jonathan Corbet
· 7 years ago
c17add5
docs: kernel-doc: Finish moving STATE_* code out of process_file()
by Jonathan Corbet
· 7 years ago
cc79481
docs: kernel-doc: Move STATE_PROTO processing into its own function
by Jonathan Corbet
· 7 years ago
d742f24
docs: kernel-doc: Move STATE_BODY processing to a separate function
by Jonathan Corbet
· 7 years ago
3cac2bc
docs: kernel-doc: Move STATE_NAME processing into its own function
by Jonathan Corbet
· 7 years ago
07048d1
docs: kernel-doc: Move STATE_NORMAL processing into its own function
by Jonathan Corbet
· 7 years ago
17b7871
docs: kernel-doc: Rename and split STATE_FIELD
by Jonathan Corbet
· 7 years ago
0bba924
docs: kernel-doc: Get rid of xml_escape() and friends
by Jonathan Corbet
· 7 years ago
85afe60
scripts: kernel_doc: better handle show warnings logic
by Mauro Carvalho Chehab
· 7 years ago
2defb27
scripts: kernel-doc: apply filtering rules to warnings
by Mauro Carvalho Chehab
· 7 years ago
84ce5b9
scripts: kernel-doc: improve nested logic to handle multiple identifiers
by Mauro Carvalho Chehab
· 7 years ago
7c0d7e8
scripts: kernel-doc: handle nested struct function arguments
by Mauro Carvalho Chehab
· 7 years ago
151c468
scripts: kernel-doc: print the declaration name on warnings
by Mauro Carvalho Chehab
· 7 years ago
1081de2
scripts: kernel-doc: get rid of $nested parameter
by Mauro Carvalho Chehab
· 7 years ago
8ad7216
scripts: kernel-doc: parse next structs/unions
by Mauro Carvalho Chehab
· 7 years ago
7c9aa01
scripts: kernel-doc: replace tabs by spaces
by Mauro Carvalho Chehab
· 7 years ago
bdfe2be
scripts: kernel-doc: change default to ReST format
by Mauro Carvalho Chehab
· 7 years ago
b031ac4
scripts: kernel-doc: improve argument handling
by Mauro Carvalho Chehab
· 7 years ago
b051426
scripts: kernel-doc: get rid of unused output formats
by Mauro Carvalho Chehab
· 7 years ago
857af3b
docs: get rid of kernel-doc-nano-HOWTO.txt
by Mauro Carvalho Chehab
· 7 years ago
45005b2
kernel-doc: parse DECLARE_KFIFO and DECLARE_KFIFO_PTR()
by Mauro Carvalho Chehab
· 7 years ago
e814bcc
scripts/kernel-doc: Don't fail with status != 0 if error encountered with -none
by Will Deacon
· 7 years ago
1d3bc63
Merge tag 'docs-4.15-2' of git://git.lwn.net/linux
by Linus Torvalds
· 7 years ago
3a025e1
Add optional check for bad kernel-doc comments
by Matthew Wilcox
· 7 years ago
4675ff0
kmemcheck: rip it out
by Levin, Alexander (Sasha Levin)
· 7 years ago
5cb5c31
scripts/kernel-doc: warn on excess enum value descriptions
by Johannes Berg
· 7 years ago
463a0fd
kernel-doc parser mishandles declarations split into lines
by Markus Heiser
· 7 years ago
16ffc4c3
Merge tag 'kbuild-misc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 7 years ago
1cb566b
scripts/kernel-doc: handle DECLARE_HASHTABLE
by Jakub Kicinski
· 7 years ago
cb77f0d
scripts: Switch to more portable Perl shebang
by Kamil Rytarowski
· 8 years ago
f9b5c53
scripts/kernel-doc: fix handling of parameters with parenthesis
by Mauro Carvalho Chehab
· 8 years ago
b97f193
scripts/kernel-doc: fix parser for apostrophes
by Mauro Carvalho Chehab
· 8 years ago
5a0bc57
kernel-doc: Handle returning pointers to pointers
by Matthew Wilcox
· 8 years ago
ada5f44
kernel-doc: properly document array arguments of function
by Gabriel Krisman Bertazi
· 8 years ago
df31175
kernel-doc: make highlights more homogenous for the various backends
by Paolo Bonzini
· 8 years ago
5267dd3
kernel-doc: make member highlighting available in all backends
by Paolo Bonzini
· 8 years ago
fc6d7af
kernel-doc: include parameter type in docbook output
by Paolo Bonzini
· 8 years ago
b1aaa54
kernel-doc: strip attributes even if they have an argument
by Paolo Bonzini
· 8 years ago
02a4f4f
kernel-doc: cleanup parameter type in function-typed arguments
by Paolo Bonzini
· 8 years ago
0c9aa20
kernel-doc: add support for one line inline struct member doc comments
by Jani Nikula
· 8 years ago
c950a17
kernel-doc: better parsing of named variable arguments
by Silvio Fricke
· 8 years ago
5219f18
docs: Special-case function-pointer parameters in kernel-doc
by Jonathan Corbet
· 8 years ago
ef00028
docs: make kernel-doc handle varargs properly
by Jonathan Corbet
· 8 years ago
82801d0
docs-rst: kernel-doc: fix typedef output in RST format
by Mauro Carvalho Chehab
· 8 years ago
d37c43c
docs-rst: improve typedef parser
by Mauro Carvalho Chehab
· 8 years ago
6d232c8
docs-rst: kernel-doc: better output struct members
by Mauro Carvalho Chehab
· 8 years ago
aa10a78
doc-rst: Revert "kernel-doc: fix handling of address_space tags"
by Markus Heiser
· 8 years ago
a88b167
doc-rst: kernel-doc: fix handling of address_space tags
by Mauro Carvalho Chehab
· 8 years ago
e7ca311
kernel-doc: Fix up warning output
by Daniel Vetter
· 8 years ago
c9b2cfb
kernel-doc: unify all EXPORT_SYMBOL scanning to one place
by Jani Nikula
· 8 years ago
88c2b57
kernel-doc: add support for specifying extra files for EXPORT_SYMBOLs
by Jani Nikula
· 8 years ago
1ad560e
kernel-doc: abstract filename mapping
by Jani Nikula
· 8 years ago
da9726e
kernel-doc: add missing semi-colons in option parsing
by Jani Nikula
· 8 years ago
95b6be9
kernel-doc: do not warn about duplicate default section names
by Jani Nikula
· 8 years ago
5668604
kernel-doc: remove old debug cruft from dump_section()
by Jani Nikula
· 8 years ago
8569de6
docs: kernel-doc: Add "example" and "note" to the magic section types
by Jonathan Corbet
· 8 years ago
0b0f5f29
scripts/kernel-doc: Add option to inject line numbers
by Daniel Vetter
· 8 years ago
b7afa92
scripts/kernel-doc: Also give functions symbolic names
by Daniel Vetter
· 8 years ago
ebff7f9
scripts/kernel-doc: Remove duplicated DOC: start handling
by Daniel Vetter
· 8 years ago
2f4ad40
kernel-doc: reset contents and section harder
by Jani Nikula
· 8 years ago
3221776
kernel-doc: concatenate contents of colliding sections
by Jani Nikula
· 8 years ago
f624ade
kernel-doc: limit the "section header:" detection to a select few
by Jani Nikula
· 8 years ago
cddfe32
kernel-doc/rst: remove fixme comment
by Jani Nikula
· 8 years ago
d4b08e0
kernel-doc/rst: use *undescribed* instead of _undescribed_
by Jani Nikula
· 8 years ago
b7886de
kernel-doc: strip leading whitespace from continued param descs
by Jani Nikula
· 8 years ago
0a72630
kernel-doc: improve handling of whitespace on the first line param description
by Jani Nikula
· 8 years ago
ecbcfba
kernel-doc/rst: change the output layout
by Jani Nikula
· 8 years ago
6450c89
kernel-doc: strip leading blank lines from inline doc comments
by Jani Nikula
· 8 years ago
830066a
kernel-doc/rst: blank lines in output are not needed
by Jani Nikula
· 8 years ago
a0b96c2
kernel-doc: fix wrong code indentation
by Jani Nikula
· 8 years ago
13901ef
kernel-doc: do not regard $, %, or & prefixes as special in section names
by Jani Nikula
· 8 years ago
c099ff6
kernel-doc/rst: highlight function/struct/enum purpose lines too
by Jani Nikula
· 8 years ago
9c9193c
kernel-doc/rst: drop redundant unescape in highlighting
by Jani Nikula
· 8 years ago
f3341dc
kernel-doc/rst: add support for struct/union/enum member references
by Jani Nikula
· 8 years ago
47ae7ae
kernel-doc/rst: add support for &union foo and &typedef foo references
by Jani Nikula
· 8 years ago
a7291e7
kernel-doc/rst: &foo references are more universal than structs
by Jani Nikula
· 8 years ago
a19bce6
kernel-doc/rst: reference functions according to C domain spec
by Jani Nikula
· 8 years ago
9e72184
kernel-doc/rst: do not output DOC: section titles for requested ones
by Jani Nikula
· 8 years ago
b6c3f45
kernel-doc: add names for output selection
by Jani Nikula
· 8 years ago
48af606
kernel-doc: add names for states and substates
by Jani Nikula
· 8 years ago
86ae2e3
kernel-doc: support printing exported and non-exported symbols
by Jani Nikula
· 9 years ago
5e64fa9
kernel-doc/rst: fix use of uninitialized value
by Jani Nikula
· 8 years ago
6285097
kernel-doc: use rst C domain directives and references for types
by Jani Nikula
· 8 years ago
c0d1b6e
kernel-doc: produce RestructuredText output
by Jonathan Corbet
· 8 years ago
fadc0b3
kernel-doc: rewrite usage description, remove duplicated comments
by Jani Nikula
· 8 years ago
e535d74
Merge tag 'docs-4.5' of git://git.lwn.net/linux
by Linus Torvalds
· 9 years ago
b22b5a9
kernel-doc: Fix parsing of DECLARE_BITMAP in struct
by Conchúr Navid
· 9 years ago
4468e21
kernel-doc: Strip #ifdef/#endif in enums
by Conchúr Navid
· 9 years ago
8a9260a
kernel-doc: Fix stripping of #define in enums
by Conchúr Navid
· 9 years ago
1ef0623
kernel-doc: Make it compatible with Perl versions below 5.12 again
by Mauro Carvalho Chehab
· 9 years ago
5ebe0ee
Merge tag 'docs-for-linus' of git://git.lwn.net/linux
by Linus Torvalds
· 9 years ago
0d8c39e
DocBook: Fix kernel-doc to be case-insensitive for private:
by Mauro Carvalho Chehab
· 9 years ago
8376645
kernel-doc: better format typedef function output
by Mauro Carvalho Chehab
· 9 years ago
3a80a76
kernel-doc: Add a parser for function typedefs
by Mauro Carvalho Chehab
· 9 years ago
Next »