All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Luedtke <mail@danrl.de>
To: linux-kernel@vger.kernel.org
Subject: FYI: Example [Re: [PATCH] scripts/kernel-doc: added support for html5]
Date: Wed, 25 Jul 2012 15:50:36 +0200	[thread overview]
Message-ID: <1343224236.4893.3.camel@localhost> (raw)
In-Reply-To: <1343223488-1332-1-git-send-email-mail@danrl.de>

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


  reply	other threads:[~2012-07-25 13:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-25 13:38 [PATCH] scripts/kernel-doc: added support for html5 Dan Luedtke
2012-07-25 13:50 ` Dan Luedtke [this message]
2012-07-25 18:14 ` Randy Dunlap
2012-07-26  6:52   ` [PATCH 1/3] " Dan Luedtke
2012-07-26  6:52     ` [PATCH 2/3] scripts/kernel-doc: modern html -> html version 5 Dan Luedtke
2012-07-26  6:52     ` [PATCH 3/3] scripts/kernel-doc: added ids to articles for reference Dan Luedtke
2012-07-26  6:53   ` [PATCH] scripts/kernel-doc: added support for html5 Dan Luedtke
2012-07-26 15:13     ` Randy Dunlap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1343224236.4893.3.camel@localhost \
    --to=mail@danrl.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.