Description
Overview
Included files
Included by
Source
/** \page SpecialOptions
!!! Special options (rarely changed).
||DELETE_OUTPUT_DIRECTORY|If the DELETE_OUTPUT_DIRECTORY tag is set to YES, then the output directory will be deleted before writing the new output. This can save time in some cases\n #Default value:#\n $NO$
||MS_DOT_NET_INTEGRATION|If the MS_DOT_NET_INTEGRATION tag is set to YES then a XML file for use with MS Visual Studio .Net will be placed in 'OUT_DIR' How to: Taken from Microsofts homepage. Save the file as 'HelpTest2.xml' in Microsoft Visual Studio .NET/Common7/IDE/HTML/XMLLinks/[LCID], where [LCID] depends upon your language, such as English or French. For example, the English LCID is 1033. If it is not already open, display the Dynamic Help window by pressing CTRL+F1. Notice that two new links appear in the Dynamic Help window. One is under a link group called 'Samples' and is called 'Sample: Intro to Visual Studio .NET' and another link called 'Direct Link to MSDN' is under a custom link group called 'Custom Help.' Creating custom link groups allows you to have special categories in which to display your links. Professors and other academic instructors might, for example, create a custom link group called 'Homework' or 'CS101 Projects.' They could then put links to their topics under the custom link group. IT managers and group leads might want to create a custom link group, for example, named 'Coding Policies' that contains links to Help topics on corporate coding policy. For more information, see Creating Custom Link Groups.\n #Default value:#\n $NO$
||MS_DOT_NET_INTEGRATION_PATH|The MS_DOT_NET_INTEGRATION_PATH tag is used to specify where the MS DOT NET integration xml is to be put. Usaualy "/Program Files/Microsoft Visual Studio .NET 2003/Common7/IDE/HTML/XMLLinks/1033" If left empty the xml will be put on documentation root.
||GENERATE_HTMLHELP1|If GENERATE_HTMLHELP1 tag is set to YES, then HtmlHelp1 project(hhp) will be generated. Output will be put on documentation root.\n #Default value:#\n $NO$
||GENERATE_STATISTICS|If GENERATE_STATISTICS tag is set to YES, there will be generated a statistics page. Output will be in documentation root/common/statistics.Information, warnings, errors and statistics can be found here.\n #Default value:#\n $YES$
||USE_ONFOCUS_TO_LINKS|If USE_ONFOCUS_TO_LINKS tag is set to YES, the links will be made when the browser gets a OnFocusEvent. If NO, links will be made when the browser gets a OnMouseOverEvent. OnFocusEvent is NOT working in Safari and Opera9 any more.If you are using Firefox, set this option to YES, else incremental find will not work.\n #Default value:#\n $NO$
*/