Commit 7d95fa8d authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

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: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 6fe79d1e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -196,6 +196,8 @@ $data =~ s/\n\s+\n/\n\n/g;
#
$data =~ s,([\_\`\*\<\>\&\\\\:\/]),\\$1,g;

$data =~ s,DEPRECATED,**DEPRECATED**,g;

#
# Add references
#