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

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
......@@ -196,6 +196,8 @@ $data =~ s/\n\s+\n/\n\n/g;
#
$data =~ s,([\_\`\*\<\>\&\\\\:\/]),\\$1,g;
$data =~ s,DEPRECATED,**DEPRECATED**,g;
#
# Add references
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment