commit | ecfb251a95dfca6ca0dba63414e9c91fcbb92335 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@xenotime.net> | Sun Jun 25 05:49:13 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jun 25 10:01:23 2006 -0700 |
tree | c965b6d557faf873d5df0eacb79597aab6d4858d | |
parent | cc44a817f65f9b4651643d334f6351b6d1f5e6c2 [diff] |
[PATCH] kernel-doc: don't use XML escapes in text or man output mode For kernel-doc output modes of text and man, do not use XML escapes for less-than, greater-than, and ampersand characters. I.e., leave the text and man output clean and readable. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>