diff options
| author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-07 05:31:21 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-07 05:36:46 -0400 |
| commit | 7d95fa8d667ab515ed25b6e2270723e748c55889 (patch) | |
| tree | 2c7eb83668e882b279be04a1ce078ed7f59d24b5 /Documentation/sphinx | |
| parent | 6fe79d1edea4861d7453915e596cc39a83ddc683 (diff) | |
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 <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/sphinx')
| -rwxr-xr-x | Documentation/sphinx/parse-headers.pl | 2 |
1 files changed, 2 insertions, 0 deletions
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; | |||
| 196 | # | 196 | # |
| 197 | $data =~ s,([\_\`\*\<\>\&\\\\:\/]),\\$1,g; | 197 | $data =~ s,([\_\`\*\<\>\&\\\\:\/]),\\$1,g; |
| 198 | 198 | ||
| 199 | $data =~ s,DEPRECATED,**DEPRECATED**,g; | ||
| 200 | |||
| 199 | # | 201 | # |
| 200 | # Add references | 202 | # Add references |
| 201 | # | 203 | # |
