[PATCH 2/3] scripts/kernel-doc: modern html -> html version 5

From: Dan Luedtke
Date: Thu Jul 26 2012 - 02:53:48 EST


Fixed non-timeless comment.

Signed-off-by: Dan Luedtke <mail@xxxxxxxx>
---
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/