HELP - SearchPageOptions
HelpConfig OptionsSearchPageOptions
Description  
Search page options.
The search engine features an incremental search on classes, functions, types , brief descriptions, pages (and headlines on pages) etc.

CREATE_SEARCHPAGEIf the CREATE_SEARCHPAGE tag is set to YES DoxyS will create a searchpage. WARNING, if the project is very large (+500.000 lines), it is recomended to reduce the searchpage by adjusting some of the following options. Other options include using Mozilla FireFox browser which seems to execute the Java search-script 3-4 times faster than Opera and Internet Explorer.
Default value:
YES
SEARCH_BRIEF_DESCRIPTIONIf set to YES DoxyS will include data to search in all the brief descriptions for all types and pages. The brief description is to the first full stop of the description. In case the project is very large setting this option to NO could improve search speed significantly.
Default value:
YES
SEARCH_FUNCTIONSIf set to YES DoxyS will include data to search in all the functions and macros in the project.
Default value:
YES
SEARCH_VARIABLESIf set to YES DoxyS will include data to search in all the variables in the project. Tis includes member varibles as well as global variables, but not automatic variables.
Default value:
YES
SEARCH_TYPEDEFS_ETCIf set to YES DoxyS will include data to search in all the typedefs, enumerations, enum values, defines etc. Basically all C++ entities which are not covered by the aboveoptions.
Default value:
YES