Brad Bishop | a34c030 | 2019-09-23 22:34:48 -0400 | [diff] [blame] | 1 | Upstream-Status: Backport |
| 2 | Signed-off-by: Ross Burton <ross.burton@intel.com> |
| 3 | |
| 4 | From 6f720cebe632d7dc187c6907857d67ce1f7313d6 Mon Sep 17 00:00:00 2001 |
| 5 | From: Ross Burton <ross.burton@intel.com> |
| 6 | Date: Mon, 9 Sep 2019 22:48:49 +0100 |
| 7 | Subject: [PATCH] docs: don't include the type hierarchy |
| 8 | |
| 9 | gtk-doc can't generate a type hierarchy when scanning gst-libav, and gtk-doc |
| 10 | 1.30 onwards doesn't write a file if there is no type hierarchy (unlike previous |
| 11 | releases, which wrote an empty file). This results in the build failing with |
| 12 | gtk-doc 1.30 onwards, so remove the type hierarchy section from the |
| 13 | documentation as it doesn't serve any purpose. |
| 14 | |
| 15 | Fixes https://gitlab.freedesktop.org/gstreamer/gst-libav/issues/57 |
| 16 | --- |
| 17 | docs/plugins/gst-libav-plugins-docs.sgml | 5 ----- |
| 18 | 1 file changed, 5 deletions(-) |
| 19 | |
| 20 | diff --git a/docs/plugins/gst-libav-plugins-docs.sgml b/docs/plugins/gst-libav-plugins-docs.sgml |
| 21 | index 75c68f4..f68d554 100644 |
| 22 | --- a/docs/plugins/gst-libav-plugins-docs.sgml |
| 23 | +++ b/docs/plugins/gst-libav-plugins-docs.sgml |
| 24 | @@ -32,9 +32,4 @@ |
| 25 | <title>gst-libav Plugins</title> |
| 26 | <xi:include href="xml/plugin-libav.xml" /> |
| 27 | </chapter> |
| 28 | - |
| 29 | - <chapter> |
| 30 | - <title>Object Hierarchy</title> |
| 31 | - <xi:include href="xml/tree_index.sgml" /> |
| 32 | - </chapter> |
| 33 | </book> |
| 34 | -- |
| 35 | 2.22.0 |