From: Mauro Carvalho Chehab Date: Thu, 7 Jul 2016 09:31:21 +0000 (-0300) Subject: doc-dst: parse-headers: highlight deprecated comments X-Git-Tag: microblaze-4.10-rc1~713^2^2~201 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=7d95fa8d667ab515ed25b6e2270723e748c55889;p=linux-2.6-microblaze.git doc-dst: parse-headers: highlight deprecated comments When something is deprecated, highlight it, as we want it to be clearer to the reader. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/Documentation/sphinx/parse-headers.pl b/Documentation/sphinx/parse-headers.pl index ec9537ef586f..59f2c90f6942 100755 --- a/Documentation/sphinx/parse-headers.pl +++ b/Documentation/sphinx/parse-headers.pl @@ -196,6 +196,8 @@ $data =~ s/\n\s+\n/\n\n/g; # $data =~ s,([\_\`\*\<\>\&\\\\:\/]),\\$1,g; +$data =~ s,DEPRECATED,**DEPRECATED**,g; + # # Add references #