[Bf-blender-cvs] [eb4eb07065e] master: Doxygen: Disable HTMLHELP

Aaron Carlisle noreply at git.blender.org
Sun Dec 6 02:18:28 CET 2020


Commit: eb4eb07065e6c9216d64b4e68e534f1d4ace1a96
Author: Aaron Carlisle
Date:   Sat Dec 5 09:16:23 2020 -0500
Branches: master
https://developer.blender.org/rBeb4eb07065e6c9216d64b4e68e534f1d4ace1a96

Doxygen: Disable HTMLHELP

This feature is intended to generate Microsoft Compiled HTML Help files 
which is not something we use/need.
This also fixes an error in generation because the executable cannot be 
found.

===================================================================

M	doc/doxygen/Doxyfile

===================================================================

diff --git a/doc/doxygen/Doxyfile b/doc/doxygen/Doxyfile
index ca545eec4ca..c363519cefe 100644
--- a/doc/doxygen/Doxyfile
+++ b/doc/doxygen/Doxyfile
@@ -1321,7 +1321,7 @@ DOCSET_PUBLISHER_NAME  = Publisher
 # The default value is: NO.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-GENERATE_HTMLHELP      = YES
+GENERATE_HTMLHELP      = NO
 
 # The CHM_FILE tag can be used to specify the file name of the resulting .chm
 # file. You can add a path in front of the file if the result should not be



More information about the Bf-blender-cvs mailing list