You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Randy Dunlap
6b5b55f6c4
kernel-doc: fix doc blocks and html
...
Johannes Berg reports (Thanks!) that &struct names are not highlighted in
html output format when they are inside a DOC: block.
DOC: blocks were not escaped thru xml_escape() like other kernel-doc
comments were. Fixed that.
However, that left a problem with <p> ($blankline_html) being processed
thru xml_escape(), converting it to <p>, which isn't good for the
generated html output (the <p> should remain unchanged), so this patch also
introduces the notion of "local" kernel-doc meta-characters
('\\\\mnemonic:'), which are converted to html just before writing the
stream to its output file.
Please report any problems that you (anyone) see in "highlighting" in any
output mode (text, man, html, xml).
Also update copyright to include me.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18 years ago
..
basic
docproc: style & typo cleanups
18 years ago
genksyms
kbuild: apply genksyms changes
18 years ago
kconfig
kconfig/menuconfig: distinguish between selected-by-another options and comments
18 years ago
ksymoops
…
mod
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
18 years ago
package
x86_64: Support x86_64 in make buildtar
18 years ago
rt-tester
[PATCH] rtmutex: Modify rtmutex-tester to test the setscheduler propagation
19 years ago
.gitignore
[PATCH] Add unifdef to gitignore
19 years ago
Kbuild.include
kbuild: enable 'make AFLAGS=...' to add additional options to AS
18 years ago
Lindent
Fix Lindent to not indent preprocessor comments so far
18 years ago
Makefile
[PATCH] allow /proc/config.gz to be built as a module
19 years ago
Makefile.build
kbuild: introduce ccflags-y, asflags-y and ldflags-y
18 years ago
Makefile.clean
kbuild: kill backward compatibility checks
18 years ago
Makefile.headersinst
kbuild: use POSIX BRE in headers install target
18 years ago
Makefile.host
kbuild: enable use of code from a different dir
18 years ago
Makefile.lib
kbuild: introduce ccflags-y, asflags-y and ldflags-y
18 years ago
Makefile.modinst
kbuild: add option for stripping modules while installing them
19 years ago
Makefile.modpost
kbuild: use LDFLAGS_MODULE only for .ko links
18 years ago
bin2c.c
…
binoffset.c
…
bloat-o-meter
[PATCH] bloat-o-meter: gcc-4 fix
19 years ago
checkincludes.pl
…
checkkconfigsymbols.sh
kbuild: script to check for undefined Kconfig symbols
18 years ago
checkpatch.pl
update checkpatch.pl to version 0.10
18 years ago
checkstack.pl
Add stack checking for Blackfin
18 years ago
checksyscalls.sh
i386/x86_64: move headers to include/asm-x86
18 years ago
checkversion.pl
kbuild: introduce utsrelease.h
19 years ago
cleanfile
scripts: Make cleanfile/cleanpatch warn about long lines
18 years ago
cleanpatch
scripts: Make cleanfile/cleanpatch warn about long lines
18 years ago
conmakehash.c
…
decodecode
doc/oops-tracing: add Code: decode info
18 years ago
export_report.pl
kbuild: fix perl usage in export_report.pl
18 years ago
extract-ikconfig
…
gcc-version.sh
kbuild: improve scripts/gcc-version.sh output a bit when called without args
18 years ago
gcc-x86_64-has-stack-protector.sh
[PATCH] Add the -fstack-protector option to the CFLAGS
19 years ago
gen_initramfs_list.sh
kbuild: add support for squashing uid/gid in gen_initramfs_list.sh
18 years ago
hdrcheck.sh
Use dependencies for 'make headers_install'.
19 years ago
kallsyms.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
18 years ago
kernel-doc
kernel-doc: fix doc blocks and html
18 years ago
makelst
kbuild: introduce ccflags-y, asflags-y and ldflags-y
18 years ago
mkcompile_h
kbuild: override build timestamp & version
18 years ago
mkmakefile
kbuild: call make once for all targets when O=.. is used
18 years ago
mksysmap
…
mkuboot.sh
kbuild/mkuboot.sh: allow spaces in CROSS_COMPILE
18 years ago
mkversion
…
namespace.pl
x86: fixup the x86 namespace change in scripts/namespace.pl
18 years ago
patch-kernel
…
pnmtologo.c
…
profile2linkerlist.pl
…
setlocalversion
kbuild: append -dirty for updated but uncommited changes
19 years ago
show_delta
…
unifdef.c
kbuild: replace use of strlcpy with a dedicated implmentation in unifdef
19 years ago
ver_linux
kbuild: scripts/ver_linux : correct printing of binutils version
18 years ago