summaryrefslogtreecommitdiffstats
path: root/Documentation/00-INDEX
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2007-10-17 08:31:20 +0200
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-17 17:43:05 +0200
commit6b5b55f6c404fa730a09a8254eb19f5a038afcc2 (patch)
tree7d8398dbe550f13dcd2c6fb8116dc7393bfd2f2b /Documentation/00-INDEX
parentAdd a 00-INDEX file to Documentation/telephony/ (diff)
downloadlinux-6b5b55f6c404fa730a09a8254eb19f5a038afcc2.tar.xz
linux-6b5b55f6c404fa730a09a8254eb19f5a038afcc2.zip
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 &lt;p&gt;, 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>
Diffstat (limited to 'Documentation/00-INDEX')
0 files changed, 0 insertions, 0 deletions