public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dan Luedtke <mail@danrl.de>
To: rdunlap@xenotime.net, linux-kernel@vger.kernel.org
Cc: Dan Luedtke <mail@danrl.de>
Subject: [PATCH 2/3] scripts/kernel-doc: modern html -> html version 5
Date: Thu, 26 Jul 2012 08:52:32 +0200	[thread overview]
Message-ID: <1343285553-14275-2-git-send-email-mail@danrl.de> (raw)
In-Reply-To: <1343285553-14275-1-git-send-email-mail@danrl.de>

Fixed non-timeless comment.

Signed-off-by: Dan Luedtke <mail@danrl.de>
---
 scripts/kernel-doc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/kernel-doc b/scripts/kernel-doc
index f85b278..1d3c779 100755
--- a/scripts/kernel-doc
+++ b/scripts/kernel-doc
@@ -189,7 +189,7 @@ my $local_lt = "\\\\\\\\lt:";
 my $local_gt = "\\\\\\\\gt:";
 my $blankline_html = $local_lt . "p" . $local_gt;	# was "<p>"
 
-# modern html
+# html version 5
 my %highlights_html5 = ( $type_constant, "<span class=\"const\">\$1</span>",
 			$type_func, "<span class=\"func\">\$1</span>",
 			$type_struct_xml, "<span class=\"struct\">\$1</span>",
-- 
1.7.10


  reply	other threads:[~2012-07-26  6:53 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 ` FYI: Example [Re: [PATCH] scripts/kernel-doc: added support for html5] Dan Luedtke
2012-07-25 18:14 ` [PATCH] scripts/kernel-doc: added support for html5 Randy Dunlap
2012-07-26  6:52   ` [PATCH 1/3] " Dan Luedtke
2012-07-26  6:52     ` Dan Luedtke [this message]
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=1343285553-14275-2-git-send-email-mail@danrl.de \
    --to=mail@danrl.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@xenotime.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox