Skip to content

Commit

Permalink
fix(doc): only italics around deprecation prefix, description bolds k…
Browse files Browse the repository at this point in the history
…ey names
  • Loading branch information
blackboxsw committed Aug 2, 2024
1 parent 64d6402 commit bd3daa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rtd/templates/property_deprecation.tmpl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

{{ '*Deprecated in version ' ~ deprecated_version ~ '.' ~ deprecated_description ~ '*' -}}
{{ '*Deprecated in version ' ~ deprecated_version ~ ':* ' ~ deprecated_description -}}

0 comments on commit bd3daa3

Please sign in to comment.