HELP - GeneralOptions
HelpConfig OptionsGeneralOptions
Description  
General configuration options.
The general configuration options are those that most projects would want to adjust. The rest of the options will for most purposes work just fine with the default values.

PROJECT_NAMEThe PROJECT_NAME tag is a single word (or a sequence of words surrounded by quotes) that should identify the project.
Default value:
DefaultProjectName
PROJECT_NUMBERThe PROJECT_NUMBER tag can be used to enter a project or revision number. This could be handy for archiving the generated documentation or if some version control system is used.
INPUTThe INPUT tag can be used to specify the files and/or directories that contain documented source files. You may enter file names like "myfile.cpp" or directories like "/usr/src/myproject". Separate the files or directories with spaces.
Default value:
.
OUTPUT_DIRECTORYThe OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) base path where the generated documentation will be put. If a relative path is entered, it will be relative to the location where DoxyS was started. If left blank 'doxys_doc' will be used.
Default value:
doxys_docs/
GENERATE_DOXYS_HELPIf the GENERATE_DOXYS_HELP tag is set to YES, DoxyS will generate help pages for DoxyS itself along with to the project documentation
Default value:
YES
HTML_FILE_EXTENSIONThe HTML_FILE_EXTENSION tag can be used to specify the file extension for each generated HTML page (for example: .htm,.php,.asp). If it is left blank DoxyS will generate files with .html extension.
Default value:
.html
CUSTOM_DIRThe CUSTOM_DIR tag is used to specify where the custom directory is: Relative to theconfig file. All files from the custom directory is copied to the common directory in the generated output.The common directory in the output is in the root of the main output directory.The custom directory is used to place a logo.png, file or other custom images. A style sheet file 'default.css' can also be placed here if you want a different setup than the default.Look in the common directory of the generated output to see all the files that you can replace to customize.NOTE: The default files are written first so your custom directory only needs to contain the files you want different.
SERVER_STATISTICSThe SERVER_STATISTICS tag is used to specify where the server statistics file is.If left blank, server statistics is turned off. To use server statistics, you will need a script on a server to collect the data from the static HTML pages. Script can be found at http://www.doxys.dk under Download.Make your own script and database.Make a database with these filds:Id, Definitiontype, Pagename, Pagetype, Projectname, Date, RequestpageA script that can receive these posted arguments:projectname, definitiontype, pagename, pagetypeand add the date and HTTP_REFERER your self when putting it all into the database.
HTML_HELP_SERVER_PATHThe HTML_HELP_SERVER_PATH tag is used to specify where the root of theHTML files will be placed on the server. Used when generating XML-file for integration with MS.NET.
STRIP_CODE_COMMENTSSetting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct DoxyS to hide any special comment blocks from generated source code fragments. Normal C and C++ comments will always remain visible.
Default value:
YES