34 lines
1.2 KiB
Diff
34 lines
1.2 KiB
Diff
|
|
From eb28dc2d73fc3187fc7d10c3472bd577e4b39c04 Mon Sep 17 00:00:00 2001
|
||
|
|
From: openEuler BUildteam <buildteam@openeuler.org>
|
||
|
|
Date: Mon, 22 Jun 2020 19:03:29 +0800
|
||
|
|
Subject: [PATCH] docs:don't include the type hierarchy
|
||
|
|
|
||
|
|
gtk-doc can't generate a type hierarchy when scanning libpsl,
|
||
|
|
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.
|
||
|
|
---
|
||
|
|
docs/libpsl/libpsl-docs.sgml | 4 ----
|
||
|
|
1 file changed, 4 deletions(-)
|
||
|
|
|
||
|
|
diff --git a/docs/libpsl/libpsl-docs.sgml b/docs/libpsl/libpsl-docs.sgml
|
||
|
|
index 1eca9a2..1c38dbc 100644
|
||
|
|
--- a/docs/libpsl/libpsl-docs.sgml
|
||
|
|
+++ b/docs/libpsl/libpsl-docs.sgml
|
||
|
|
@@ -22,10 +22,6 @@
|
||
|
|
</para>
|
||
|
|
<xi:include href="xml/libpsl.xml"/>
|
||
|
|
</chapter>
|
||
|
|
- <chapter id="object-tree">
|
||
|
|
- <title>Object Hierarchy</title>
|
||
|
|
- <xi:include href="xml/tree_index.sgml"/>
|
||
|
|
- </chapter>
|
||
|
|
<index id="api-index-full">
|
||
|
|
<title>API Index</title>
|
||
|
|
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
|
||
|
|
--
|
||
|
|
1.8.3.1
|
||
|
|
|