docs: don't include the type hierarchy
authorRoss Burton <ross.burton@intel.com>
Mon, 9 Sep 2019 21:48:49 +0000 (22:48 +0100)
committerRoss Burton <ross.burton@intel.com>
Tue, 10 Sep 2019 09:23:38 +0000 (10:23 +0100)
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

docs/plugins/gst-libav-plugins-docs.sgml

index 75c68f4..f68d554 100644 (file)
@@ -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>