[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1343224236.4893.3.camel@localhost>
Date: Wed, 25 Jul 2012 15:50:36 +0200
From: Dan Luedtke <mail@...rl.de>
To: linux-kernel@...r.kernel.org
Subject: FYI: Example [Re: [PATCH] scripts/kernel-doc: added support for
html5]
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 like this:
article.doc,
article.enum,
article.typedef,
article.struct,
article.function {
margin-bottom: 50px;
}
/* markup */
span.keyword {
font-weight: bold;
color: #000;
}
span.type {
font-weight: normal;
color: #284689;
}
span.identifier {
font-weight: bold;
color: #c43;
}
--
Dan Luedtke
http://www.danrl.de
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists