Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0b0f5f29b282b18d26ce698e1aab0267234f77bf
/
scripts
/
kernel-doc
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
4d73270
scripts/kernel-doc: Replacing highlights hash by an array
by Danilo Cesar Lemes de Paula
· 9 years ago
68f8666
Documentation: Avoid creating man pages in source tree
by Ben Hutchings
· 9 years ago
23aebb3
scripts/kernel-doc: Processing -nofunc for functions only
by Danilo Cesar Lemes de Paula
· 9 years ago
d40e1e6
kerneldoc: Convert error messages to GNU error message format
by Bart Van Assche
· 9 years ago
f007492
kernel-doc: ignore unneeded attribute information
by Jonathan Corbet
· 9 years ago
a4c6ebe
scripts/kernel-doc Allow struct arguments documentation in struct body
by Danilo Cesar Lemes de Paula
· 9 years ago
b2c4105
scripts/kernel-doc: Use $KBUILD_BUILD_TIMESTAMP as man page date
by Ben Hutchings
· 9 years ago
2e106e4
scripts/kernel-doc: parse kernel-doc deterministically
by Jérémy Bobbio
· 9 years ago
7b99078
scripts/kernel-doc: don't eat struct members with __aligned
by Johannes Berg
· 10 years ago
270a009
scripts/kernel-doc: recognize __meminit
by Randy Dunlap
· 10 years ago
cbb4d3e
scripts/kernel-doc: handle object-like macros
by Horia Geanta
· 10 years ago
e4528d6
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 11 years ago
e946c43a
kernel-doc: improve "no structured comments found" error
by Johannes Berg
· 11 years ago
9645ae8
scripts/kernel-doc: make unknown function prototype a Warning instead of an Error
by Randy Dunlap
· 11 years ago
9dc3091
scripts/kernel-doc: handle struct member __aligned without numbers
by Nishanth Menon
· 12 years ago
6ae1417
misc: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
4092bac
scripts/kernel-doc: check that non-void fcts describe their return value
by Yacine Belkadi
· 12 years ago
cbd8aca
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 12 years ago
12ae677
kernel-doc: don't mangle whitespace in Example section
by Daniel Santos
· 12 years ago
e314ba3
kernel-doc: bugfix - empty line in Example section
by Daniel Santos
· 12 years ago
6547842
kernel-doc: bugfix - multi-line macros
by Daniel Santos
· 12 years ago
1b40c19
scripts/kernel-doc: added support for html5
by Dan Luedtke
· 12 years ago
0df7c0e
scripts/kernel-doc: fix fatal script error
by Randy Dunlap
· 12 years ago
70c95b0
scripts/kernel-doc: fix fatal error caused by cfg80211.h
by Randy Dunlap
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
8484baa
kernel-doc: code reorganization
by Randy Dunlap
· 14 years ago
2b35f4d
kernel-doc: escape xml for structs
by Randy Dunlap
· 14 years ago
eda603f
docbook: warn on unused doc entries
by Johannes Berg
· 14 years ago
1f3a668
kernel-doc: ignore case when stripping attributes
by Johannes Berg
· 14 years ago
b6d676d
mtd/nand_base: fix kernel-doc warnings & typos
by Randy Dunlap
· 14 years ago
2007220
scripts/kernel-doc: fix fatal error on function prototype
by Randy Dunlap
· 15 years ago
ef5da59
scripts/kernel-doc: handle struct member __aligned
by Randy Dunlap
· 15 years ago
4c98eca
scripts/kernel-doc: fix empty function description section
by Randy Dunlap
· 15 years ago
1c32fd0
kernel-doc: drop the -filelist option, it doesn't work
by Ilya Dryomov
· 15 years ago
a9e7314
kernel-doc: track line numbers for each file separately
by Ilya Dryomov
· 15 years ago
3a9089f
tracing: Add DEFINE_EVENT(), DEFINE_SINGLE_EVENT() support to docbook
by Jason Baron
· 15 years ago
6423133
kernel-doc: allow multi-line declaration purpose descriptions
by Johannes Weiner
· 15 years ago
d960eea
kernel-doc: move ignoring kmemcheck
by Randy Dunlap
· 15 years ago
e34e7db
kernel-doc: fix param matching for array params
by Randy Dunlap
· 15 years ago
b2fd6db
kernel-doc: ignore kmemcheck_bitfield_begin/end
by Randy Dunlap
· 15 years ago
45e3e19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next
by Linus Torvalds
· 15 years ago
b9d97328
kernel-doc: cleanup perl script
by Randy Dunlap
· 15 years ago
44347d9
Merge branch 'linus' into tracing/core
by Ingo Molnar
· 16 years ago
52dc5ae
kernel-doc: restrict syntax for private: and public:
by Randy Dunlap
· 16 years ago
56afb0f
kerneldoc, tracing: make kernel-doc understand TRACE_EVENT() macro (take #2)
by Jason Baron
· 16 years ago
b4870bc
kernel-doc: fix syscall wrapper processing
by Randy Dunlap
· 16 years ago
a1d94aa
kernel-doc: check for extra kernel-doc notations
by Randy Dunlap
· 16 years ago
ced6909
kernel-doc: handle varargs cleanly
by Randy Dunlap
· 16 years ago
890c78c
kernel-doc: allow more whitespace in macros
by Randy Dunlap
· 16 years ago
39f00c0
kernel-doc: allow structs whose members are all private
by Randy Dunlap
· 16 years ago
32ab8f9
kernel-doc: skip nested struct/union cleanly
by Randy Dunlap
· 16 years ago
74fc5c6
kernel-doc: handle/strip __init
by Randy Dunlap
· 16 years ago
7b97887
kernel-doc: allow unnamed bit-fields
by Randy Dunlap
· 16 years ago
46b958e
kernel-doc: detect trailing kernel-doc line trash
by Randy Dunlap
· 17 years ago
94dc7ad
kernel-doc: detect/prevent duplicate doc section names
by Randy Dunlap
· 17 years ago
bd0e88e
kernel-doc: set verbose mode via environment
by Randy Dunlap
· 17 years ago
00d6296
kernel-doc: fix function-pointer-parameter parsing
by Richard Kennedy
· 17 years ago
34ff8a5
kernel-doc: remove fastcall
by Harvey Harrison
· 17 years ago
77cc23b
kernel-doc: warn on badly formatted short description
by Randy Dunlap
· 17 years ago
792aa2f
kernel-doc: prevent duplicate description: output
by Randy Dunlap
· 17 years ago
94b3e03
kernel-doc: fix for vunmap function prototype
by Randy Dunlap
· 17 years ago
4b44595
kernel-doc: process functions, not DOC:
by Johannes Berg
· 17 years ago
Next »