Fixed non-timeless comment. Signed-off-by: Dan Luedtke <m...@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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/