Browse Source

Add generated 'Docs/qch/' directory to git ignore list.

Yao Wei Tjong 姚伟忠 11 years ago
parent
commit
1ba8e3708b
2 changed files with 3 additions and 2 deletions
  1. 1 0
      .gitignore
  2. 2 2
      Docs/Doxyfile.in

+ 1 - 0
.gitignore

@@ -29,6 +29,7 @@ Lib/
 
 
 # Generated documentation
 # Generated documentation
 Docs/html/
 Docs/html/
+Docs/qch/
 Docs/Doxyfile
 Docs/Doxyfile
 Docs/minimal-*
 Docs/minimal-*
 
 

+ 2 - 2
Docs/Doxyfile.in

@@ -1062,13 +1062,13 @@ GENERATE_QHP           = @CodeBlocks_HELP@
 # be used to specify the file name of the resulting .qch file. 
 # be used to specify the file name of the resulting .qch file. 
 # The path specified is relative to the HTML output folder.
 # 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 
 # The QHP_NAMESPACE tag specifies the namespace to use when generating 
 # Qt Help Project output. For more information please see 
 # Qt Help Project output. For more information please see 
 # http://doc.trolltech.com/qthelpproject.html#namespace
 # 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 
 # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating 
 # Qt Help Project output. For more information please see 
 # Qt Help Project output. For more information please see