Unable to generate documenation with qdoc
-
By following this guide http://doc-snapshot.qt-project.org/qdoc/qdoc-guide-conf.html , I made a simple qdoc configuration file.
@sourcedirs = ../sources
sources.fileextensions = "*.cpp *.qdoc *.mm .qml"
headers.fileextensions = ".h *.ch *.h++ *.hh *.hpp *.hxx"outputdir = ./doc/
outputformats = HTML@However, the generated documenation folder is empty, except for the index file and a couple of folders.
!http://i.stack.imgur.com/D1zgm.png(folders)!Can anyone help explain this? Thanks a lot!
-
Hi and welcome to devnet,
Did you got any error message when running qdoc ?