How can I make a navigation bar in QDoc
Unsolved
General and Desktop
-
Hi.
I am using QDoc to create documentation.
I was creating a qdocconf file following the Qt reference.
But I noticed something strange.
Even though I specified a navigation variable, the part of navigation of HTML was generated in list style instead of bar style.
In the Qt reference, it is a bar style as shown below.
What do I need to do to make it look like this?
Attached is a simplified qdocconf file and its HTML output.test.qdocconf
project = TestPrj description = TestPrj Reference Documentation version = 0.1 headers.fileextensions = "*.h" sources.fileextensions = "*.cpp *.qml *.qdoc" outputdir = ./doc/ outputformats = HTML headerdirs = . sourcedirs = . exampledirs = . imagedirs = ./images navigation.landingpage = "TestPrj" navigation.cppclassespage = "All C++ Classes" navigation.qmltypespage = "All QML Types"
navigation part of HTML
Thanks for your help.