Allow marking of the deprecation of features similarly how we mark
introduction of features.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
docs/libvirt.css | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/libvirt.css b/docs/libvirt.css
index 8238f0275c..4c7afc4042 100644
--- a/docs/libvirt.css
+++ b/docs/libvirt.css
@@ -274,6 +274,12 @@ span.since {
font-weight: bold;
}
+span.deprecated {
+ color: darkred;
+ font-style: italic;
+ font-weight: bold;
+}
+
img.diagram {
background: rgb(230,230,230);
border: 2px dotted rgb(178,178,178);
--
2.21.0