summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-09-09 22:48:49 +0100
committerRoss Burton <ross.burton@intel.com>2019-09-10 10:23:38 +0100
commit6f720cebe632d7dc187c6907857d67ce1f7313d6 (patch)
tree540e35963ae578c57a24e2d66294160f94231fbc
parentdf67c32c065d4bb7fb657f8aea43a926c64eb453 (diff)
downloadgst-libav-6f720cebe632d7dc187c6907857d67ce1f7313d6.tar.gz
docs: don't include the type hierarchy
gtk-doc can't generate a type hierarchy when scanning gst-libav, and gtk-doc 1.30 onwards doesn't write a file if there is no type hierarchy (unlike previous releases, which wrote an empty file). This results in the build failing with gtk-doc 1.30 onwards, so remove the type hierarchy section from the documentation as it doesn't serve any purpose. Fixes https://gitlab.freedesktop.org/gstreamer/gst-libav/issues/57
-rw-r--r--docs/plugins/gst-libav-plugins-docs.sgml5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/plugins/gst-libav-plugins-docs.sgml b/docs/plugins/gst-libav-plugins-docs.sgml
index 75c68f4..f68d554 100644
--- a/docs/plugins/gst-libav-plugins-docs.sgml
+++ b/docs/plugins/gst-libav-plugins-docs.sgml
@@ -32,9 +32,4 @@
<title>gst-libav Plugins</title>
<xi:include href="xml/plugin-libav.xml" />
</chapter>
-
- <chapter>
- <title>Object Hierarchy</title>
- <xi:include href="xml/tree_index.sgml" />
- </chapter>
</book>