[Doxygen-users] CHM file is not being generated
Brought to you by:
dimitri
|
From: Bruce E. S. <Bru...@st...> - 2005-11-14 01:14:58
|
I am using the Wizard expert mode to create my configuration file. HTML is being generated but no CHM file. Here is the HTML section of my configuration file: #--------------------------------------------------------------------------- # configuration options related to the HTML output #--------------------------------------------------------------------------- GENERATE_HTML = YES HTML_OUTPUT = html HTML_FILE_EXTENSION = .html HTML_HEADER = HTML_FOOTER = HTML_STYLESHEET = HTML_ALIGN_MEMBERS = YES GENERATE_HTMLHELP = YES CHM_FILE = d:\output\GarXface4.chm HHC_LOCATION = GENERATE_CHI = NO BINARY_TOC = NO TOC_EXPAND = NO DISABLE_INDEX = NO ENUM_VALUES_PER_LINE = 4 GENERATE_TREEVIEW = NO TREEVIEW_WIDTH = 250 The d:\output\ does exist. What am I doing wrong? |