提交 7d95fa8d 编写于 作者: M 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: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 6fe79d1e
...@@ -196,6 +196,8 @@ $data =~ s/\n\s+\n/\n\n/g; ...@@ -196,6 +196,8 @@ $data =~ s/\n\s+\n/\n\n/g;
# #
$data =~ s,([\_\`\*\<\>\&\\\\:\/]),\\$1,g; $data =~ s,([\_\`\*\<\>\&\\\\:\/]),\\$1,g;
$data =~ s,DEPRECATED,**DEPRECATED**,g;
# #
# Add references # Add references
# #
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册