File 0002-libusbgx-Fix-doc-build-with-new-doxygen-version.patch of Package libusbgx
From 6ffbb215596503de7c81577d48aaa795c77e4357 Mon Sep 17 00:00:00 2001
From: Krzysztof Opasiak <k.opasiak@samsung.com>
Date: Wed, 22 Aug 2018 18:30:10 +0200
Subject: [PATCH 2/4] libusbgx: Fix doc build with new doxygen version
Doc build may fail with newest doxygen with error:
error: the type 'dirs' is not supported for the entry tag within a navindex! Check your layout file!
Fix this by simply remove the line that caused the error.
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
---
DoxygenLayout.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/DoxygenLayout.xml b/DoxygenLayout.xml
index 5b60278..92949fd 100644
--- a/DoxygenLayout.xml
+++ b/DoxygenLayout.xml
@@ -18,7 +18,6 @@
<tab type="filelist" visible="yes" title="" intro=""/>
<tab type="globals" visible="yes" title="" intro=""/>
</tab>
- <tab type="dirs" visible="yes" title="" intro=""/>
<tab type="examples" visible="yes" title="" intro=""/>
</navindex>
--
2.22.0