diff --git a/.gitignore b/.gitignore index 3636eabf5..ba599233e 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ Lib/ # Generated documentation Docs/html/ +Docs/qch/ Docs/Doxyfile Docs/minimal-* diff --git a/Docs/Doxyfile.in b/Docs/Doxyfile.in index 3e3e34489..43b6659ed 100644 --- a/Docs/Doxyfile.in +++ b/Docs/Doxyfile.in @@ -1062,13 +1062,13 @@ GENERATE_QHP = @CodeBlocks_HELP@ # be used to specify the file name of the resulting .qch file. # The path specified is relative to the HTML output folder. -QCH_FILE = com.github.urho3d.Urho3D.@URHO3D_VERSION@ +QCH_FILE = # The QHP_NAMESPACE tag specifies the namespace to use when generating # Qt Help Project output. For more information please see # http://doc.trolltech.com/qthelpproject.html#namespace -QHP_NAMESPACE = com.github.urho3d.Urho3D +QHP_NAMESPACE = com.github.urho3d.Urho3D.@URHO3D_VERSION@ # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating # Qt Help Project output. For more information please see