Re: [PATCH] scripts/kernel-doc: added support for html5

2012-07-26 Thread Randy Dunlap
On 07/25/2012 11:53 PM, Dan Luedtke wrote: > On Wed, 2012-07-25 at 11:14 -0700, Randy Dunlap wrote: >> Just say "html5" or "html version 5". >> A few years from now it won't be modern. > Haven't thought of that. Will be changed, thanks! > >> Have you tested typedef, enum, DOC:, etc.? > Yes, here

Re: [PATCH] scripts/kernel-doc: added support for html5

2012-07-25 Thread Dan Luedtke
On Wed, 2012-07-25 at 11:14 -0700, Randy Dunlap wrote: > Just say "html5" or "html version 5". > A few years from now it won't be modern. Haven't thought of that. Will be changed, thanks! > Have you tested typedef, enum, DOC:, etc.? Yes, here are a few examples: DOC: https://www.nonattached.net/l

Re: [PATCH] scripts/kernel-doc: added support for html5

2012-07-25 Thread Randy Dunlap
On 07/25/2012 06:38 AM, Dan Luedtke wrote: > New output option html5 writes validating HTML5 and adds > CSS classes ready to be selected by third-party stylesheets. > > Signed-off-by: Dan Luedtke > --- > scripts/kernel-doc | 255 > ++-- > 1 fil

FYI: Example [Re: [PATCH] scripts/kernel-doc: added support for html5]

2012-07-25 Thread Dan Luedtke
On Wed, 2012-07-25 at 15:38 +0200, Dan Luedtke wrote: > New output option html5 writes validating HTML5 and adds > CSS classes ready to be selected by third-party stylesheets. An example, generated with the patched version of kernel-doc: https://www.nonattached.net/lanyfs/doc-linux.php Uses CSS

[PATCH] scripts/kernel-doc: added support for html5

2012-07-25 Thread Dan Luedtke
New output option html5 writes validating HTML5 and adds CSS classes ready to be selected by third-party stylesheets. Signed-off-by: Dan Luedtke --- scripts/kernel-doc | 255 ++-- 1 file changed, 249 insertions(+), 6 deletions(-) diff --git a/scr