Brad Bishop | a34c030 | 2019-09-23 22:34:48 -0400 | [diff] [blame] | 1 | Upstream-Status: Backport [https://gitlab.com/gnutls/libtasn1/merge_requests/49] |
| 2 | Signed-off-by: Ross Burton <ross.burton@intel.com> |
| 3 | |
| 4 | From ebd4f871b5241809f6a5b461444a6d331e15c949 Mon Sep 17 00:00:00 2001 |
| 5 | From: Ross Burton <ross.burton@intel.com> |
| 6 | Date: Mon, 9 Sep 2019 13:11:39 +0100 |
| 7 | Subject: [PATCH] doc/reference: don't add empty object hierarchy chapter |
| 8 | |
| 9 | The object hierarchy section is empty because there are no GObjects in the |
| 10 | libtasn1 API. With gtk-doc 1.30 onwards if there are no objects then the object |
| 11 | hierarchy file won't exist, resulting in a failure when building the |
| 12 | documentation: |
| 13 | |
| 14 | | ../libtasn1-docs.xml:39: element include: XInclude error : could not load ../xml/tree_index.sgml, and no fallback was found |
| 15 | |
| 16 | Signed-off-by: Ross Burton <ross.burton@intel.com> |
| 17 | --- |
| 18 | doc/reference/libtasn1-docs.xml | 4 ---- |
| 19 | 1 file changed, 4 deletions(-) |
| 20 | |
| 21 | diff --git a/doc/reference/libtasn1-docs.xml b/doc/reference/libtasn1-docs.xml |
| 22 | index accdb85..f88b888 100644 |
| 23 | --- a/doc/reference/libtasn1-docs.xml |
| 24 | +++ b/doc/reference/libtasn1-docs.xml |
| 25 | @@ -34,10 +34,6 @@ |
| 26 | <xi:include href="xml/libtasn1.xml"/> |
| 27 | |
| 28 | </chapter> |
| 29 | - <chapter id="object-tree"> |
| 30 | - <title>Object Hierarchy</title> |
| 31 | - <xi:include href="xml/tree_index.sgml"/> |
| 32 | - </chapter> |
| 33 | <index id="api-index-full"> |
| 34 | <title>API Index</title> |
| 35 | <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include> |
| 36 | -- |
| 37 | 2.20.1 |
| 38 | |