1
0
Fork 0
mirror of https://github.com/linux-usb-gadgets/libusbgx.git synced 2025-07-12 23:19:43 +03:00

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>
This commit is contained in:
Krzysztof Opasiak 2018-08-22 18:30:10 +02:00
parent dccb4f19a6
commit 6ffbb21559

View file

@ -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>