index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
kernel-doc
Age
Commit message (
Expand
)
Author
Files
Lines
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
2016-05-30
kernel-doc: strip leading blank lines from inline doc comments
Jani Nikula
1
-0
/
+4
2016-05-30
kernel-doc/rst: blank lines in output are not needed
Jani Nikula
1
-6
/
+1
2016-05-30
kernel-doc: fix wrong code indentation
Jani Nikula
1
-1
/
+1
2016-05-30
kernel-doc: do not regard $, %, or & prefixes as special in section names
Jani Nikula
1
-12
/
+2
2016-05-30
kernel-doc/rst: highlight function/struct/enum purpose lines too
Jani Nikula
1
-12
/
+25
2016-05-30
kernel-doc/rst: drop redundant unescape in highlighting
Jani Nikula
1
-1
/
+0
2016-05-30
kernel-doc/rst: add support for struct/union/enum member references
Jani Nikula
1
-0
/
+5
2016-05-30
kernel-doc/rst: add support for &union foo and &typedef foo references
Jani Nikula
1
-0
/
+4
2016-05-30
kernel-doc/rst: &foo references are more universal than structs
Jani Nikula
1
-1
/
+2
2016-05-30
kernel-doc/rst: reference functions according to C domain spec
Jani Nikula
1
-1
/
+1
2016-05-30
kernel-doc/rst: do not output DOC: section titles for requested ones
Jani Nikula
1
-1
/
+3
2016-05-30
kernel-doc: add names for output selection
Jani Nikula
1
-17
/
+30
2016-05-30
kernel-doc: add names for states and substates
Jani Nikula
1
-43
/
+48
2016-05-30
kernel-doc: support printing exported and non-exported symbols
Jani Nikula
1
-2
/
+27
2016-05-30
kernel-doc/rst: fix use of uninitialized value
Jani Nikula
1
-1
/
+2
2016-05-14
kernel-doc: use rst C domain directives and references for types
Jani Nikula
1
-10
/
+9
2016-05-14
kernel-doc: produce RestructuredText output
Jonathan Corbet
1
-0
/
+233
2016-05-14
kernel-doc: rewrite usage description, remove duplicated comments
Jani Nikula
1
-46
/
+37
2016-01-17
Merge tag 'docs-4.5' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+4
2015-11-20
kernel-doc: Fix parsing of DECLARE_BITMAP in struct
Conchúr Navid
1
-0
/
+2
2015-11-20
kernel-doc: Strip #ifdef/#endif in enums
Conchúr Navid
1
-1
/
+2
2015-11-20
kernel-doc: Fix stripping of #define in enums
Conchúr Navid
1
-1
/
+1
2015-11-17
kernel-doc: Make it compatible with Perl versions below 5.12 again
Mauro Carvalho Chehab
1
-1
/
+1
2015-11-05
Merge tag 'docs-for-linus' of git://git.lwn.net/linux
Linus Torvalds
1
-51
/
+68
2015-10-11
DocBook: Fix kernel-doc to be case-insensitive for private:
Mauro Carvalho Chehab
1
-2
/
+2
2015-10-10
kernel-doc: better format typedef function output
Mauro Carvalho Chehab
1
-9
/
+22
2015-10-10
kernel-doc: Add a parser for function typedefs
Mauro Carvalho Chehab
1
-0
/
+12
2015-09-13
scripts/kernel-doc: Replacing highlights hash by an array
Danilo Cesar Lemes de Paula
1
-44
/
+60
2015-09-13
Documentation: Avoid creating man pages in source tree
Ben Hutchings
1
-4
/
+5
2015-09-13
scripts/kernel-doc: Processing -nofunc for functions only
Danilo Cesar Lemes de Paula
1
-1
/
+1
[next]