1*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 2*ebfedea0SLionel Sambuc# Project related configuration options 3*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 4*ebfedea0SLionel SambucDOXYFILE_ENCODING = UTF-8 5*ebfedea0SLionel SambucCREATE_SUBDIRS = NO 6*ebfedea0SLionel SambucOUTPUT_LANGUAGE = English 7*ebfedea0SLionel SambucBRIEF_MEMBER_DESC = YES 8*ebfedea0SLionel SambucREPEAT_BRIEF = YES 9*ebfedea0SLionel SambucABBREVIATE_BRIEF = "The $name class " \ 10*ebfedea0SLionel Sambuc "The $name widget " \ 11*ebfedea0SLionel Sambuc "The $name file " \ 12*ebfedea0SLionel Sambuc is \ 13*ebfedea0SLionel Sambuc provides \ 14*ebfedea0SLionel Sambuc specifies \ 15*ebfedea0SLionel Sambuc contains \ 16*ebfedea0SLionel Sambuc represents \ 17*ebfedea0SLionel Sambuc a \ 18*ebfedea0SLionel Sambuc an \ 19*ebfedea0SLionel Sambuc the 20*ebfedea0SLionel SambucALWAYS_DETAILED_SEC = NO 21*ebfedea0SLionel SambucINLINE_INHERITED_MEMB = NO 22*ebfedea0SLionel SambucFULL_PATH_NAMES = YES 23*ebfedea0SLionel SambucSTRIP_FROM_PATH = /Applications/ 24*ebfedea0SLionel SambucSTRIP_FROM_INC_PATH = 25*ebfedea0SLionel SambucSHORT_NAMES = NO 26*ebfedea0SLionel SambucJAVADOC_AUTOBRIEF = NO 27*ebfedea0SLionel SambucQT_AUTOBRIEF = NO 28*ebfedea0SLionel SambucMULTILINE_CPP_IS_BRIEF = NO 29*ebfedea0SLionel SambucDETAILS_AT_TOP = NO 30*ebfedea0SLionel SambucINHERIT_DOCS = YES 31*ebfedea0SLionel SambucSEPARATE_MEMBER_PAGES = NO 32*ebfedea0SLionel SambucTAB_SIZE = 8 33*ebfedea0SLionel SambucALIASES = 34*ebfedea0SLionel SambucOPTIMIZE_OUTPUT_FOR_C = YES 35*ebfedea0SLionel SambucOPTIMIZE_OUTPUT_JAVA = NO 36*ebfedea0SLionel SambucBUILTIN_STL_SUPPORT = NO 37*ebfedea0SLionel SambucCPP_CLI_SUPPORT = NO 38*ebfedea0SLionel SambucDISTRIBUTE_GROUP_DOC = NO 39*ebfedea0SLionel SambucSUBGROUPING = YES 40*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 41*ebfedea0SLionel Sambuc# Build related configuration options 42*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 43*ebfedea0SLionel SambucEXTRACT_ALL = NO 44*ebfedea0SLionel SambucEXTRACT_PRIVATE = NO 45*ebfedea0SLionel SambucEXTRACT_STATIC = NO 46*ebfedea0SLionel SambucEXTRACT_LOCAL_CLASSES = YES 47*ebfedea0SLionel SambucEXTRACT_LOCAL_METHODS = NO 48*ebfedea0SLionel SambucEXTRACT_ANON_NSPACES = NO 49*ebfedea0SLionel SambucHIDE_UNDOC_MEMBERS = YES 50*ebfedea0SLionel SambucHIDE_UNDOC_CLASSES = YES 51*ebfedea0SLionel SambucHIDE_FRIEND_COMPOUNDS = NO 52*ebfedea0SLionel SambucHIDE_IN_BODY_DOCS = NO 53*ebfedea0SLionel SambucINTERNAL_DOCS = NO 54*ebfedea0SLionel SambucCASE_SENSE_NAMES = NO 55*ebfedea0SLionel SambucHIDE_SCOPE_NAMES = NO 56*ebfedea0SLionel SambucSHOW_INCLUDE_FILES = YES 57*ebfedea0SLionel SambucINLINE_INFO = YES 58*ebfedea0SLionel SambucSORT_MEMBER_DOCS = YES 59*ebfedea0SLionel SambucSORT_BRIEF_DOCS = NO 60*ebfedea0SLionel SambucSORT_BY_SCOPE_NAME = NO 61*ebfedea0SLionel SambucGENERATE_TODOLIST = YES 62*ebfedea0SLionel SambucGENERATE_TESTLIST = YES 63*ebfedea0SLionel SambucGENERATE_BUGLIST = YES 64*ebfedea0SLionel SambucGENERATE_DEPRECATEDLIST= YES 65*ebfedea0SLionel SambucENABLED_SECTIONS = 66*ebfedea0SLionel SambucMAX_INITIALIZER_LINES = 30 67*ebfedea0SLionel SambucSHOW_USED_FILES = YES 68*ebfedea0SLionel SambucSHOW_DIRECTORIES = NO 69*ebfedea0SLionel SambucFILE_VERSION_FILTER = 70*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 71*ebfedea0SLionel Sambuc# configuration options related to warning and progress messages 72*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 73*ebfedea0SLionel SambucQUIET = YES 74*ebfedea0SLionel SambucWARNINGS = YES 75*ebfedea0SLionel SambucWARN_IF_DOC_ERROR = YES 76*ebfedea0SLionel SambucWARN_NO_PARAMDOC = YES 77*ebfedea0SLionel SambucWARN_FORMAT = "$file:$line: $text " 78*ebfedea0SLionel SambucWARN_LOGFILE = 79*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 80*ebfedea0SLionel Sambuc# configuration options related to the input files 81*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 82*ebfedea0SLionel SambucINPUT_ENCODING = UTF-8 83*ebfedea0SLionel SambucFILE_PATTERNS = *.c \ 84*ebfedea0SLionel Sambuc *.cc \ 85*ebfedea0SLionel Sambuc *.cxx \ 86*ebfedea0SLionel Sambuc *.cpp \ 87*ebfedea0SLionel Sambuc *.c++ \ 88*ebfedea0SLionel Sambuc *.d \ 89*ebfedea0SLionel Sambuc *.java \ 90*ebfedea0SLionel Sambuc *.ii \ 91*ebfedea0SLionel Sambuc *.ixx \ 92*ebfedea0SLionel Sambuc *.ipp \ 93*ebfedea0SLionel Sambuc *.i++ \ 94*ebfedea0SLionel Sambuc *.inl \ 95*ebfedea0SLionel Sambuc *.h \ 96*ebfedea0SLionel Sambuc *.hh \ 97*ebfedea0SLionel Sambuc *.hxx \ 98*ebfedea0SLionel Sambuc *.hpp \ 99*ebfedea0SLionel Sambuc *.h++ \ 100*ebfedea0SLionel Sambuc *.idl \ 101*ebfedea0SLionel Sambuc *.odl \ 102*ebfedea0SLionel Sambuc *.cs \ 103*ebfedea0SLionel Sambuc *.php \ 104*ebfedea0SLionel Sambuc *.php3 \ 105*ebfedea0SLionel Sambuc *.inc \ 106*ebfedea0SLionel Sambuc *.m \ 107*ebfedea0SLionel Sambuc *.mm \ 108*ebfedea0SLionel Sambuc *.dox \ 109*ebfedea0SLionel Sambuc *.py 110*ebfedea0SLionel SambucRECURSIVE = YES 111*ebfedea0SLionel SambucEXCLUDE = 112*ebfedea0SLionel SambucEXCLUDE_SYMLINKS = NO 113*ebfedea0SLionel SambucEXCLUDE_PATTERNS = */.svn 114*ebfedea0SLionel SambucEXCLUDE_SYMBOLS = 115*ebfedea0SLionel SambucEXAMPLE_PATTERNS = * 116*ebfedea0SLionel SambucEXAMPLE_RECURSIVE = NO 117*ebfedea0SLionel SambucIMAGE_PATH = 118*ebfedea0SLionel SambucINPUT_FILTER = 119*ebfedea0SLionel SambucFILTER_PATTERNS = 120*ebfedea0SLionel SambucFILTER_SOURCE_FILES = NO 121*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 122*ebfedea0SLionel Sambuc# configuration options related to source browsing 123*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 124*ebfedea0SLionel SambucSOURCE_BROWSER = NO 125*ebfedea0SLionel SambucINLINE_SOURCES = NO 126*ebfedea0SLionel SambucSTRIP_CODE_COMMENTS = YES 127*ebfedea0SLionel SambucREFERENCED_BY_RELATION = NO 128*ebfedea0SLionel SambucREFERENCES_RELATION = NO 129*ebfedea0SLionel SambucREFERENCES_LINK_SOURCE = YES 130*ebfedea0SLionel SambucUSE_HTAGS = NO 131*ebfedea0SLionel SambucVERBATIM_HEADERS = NO 132*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 133*ebfedea0SLionel Sambuc# configuration options related to the alphabetical class index 134*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 135*ebfedea0SLionel SambucALPHABETICAL_INDEX = NO 136*ebfedea0SLionel SambucCOLS_IN_ALPHA_INDEX = 5 137*ebfedea0SLionel SambucIGNORE_PREFIX = 138*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 139*ebfedea0SLionel Sambuc# configuration options related to the HTML output 140*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 141*ebfedea0SLionel SambucGENERATE_HTML = YES 142*ebfedea0SLionel SambucHTML_OUTPUT = html 143*ebfedea0SLionel SambucHTML_FILE_EXTENSION = .html 144*ebfedea0SLionel SambucHTML_STYLESHEET = 145*ebfedea0SLionel SambucHTML_ALIGN_MEMBERS = YES 146*ebfedea0SLionel SambucGENERATE_HTMLHELP = NO 147*ebfedea0SLionel SambucHTML_DYNAMIC_SECTIONS = NO 148*ebfedea0SLionel SambucCHM_FILE = 149*ebfedea0SLionel SambucHHC_LOCATION = 150*ebfedea0SLionel SambucGENERATE_CHI = NO 151*ebfedea0SLionel SambucBINARY_TOC = NO 152*ebfedea0SLionel SambucTOC_EXPAND = NO 153*ebfedea0SLionel SambucDISABLE_INDEX = NO 154*ebfedea0SLionel SambucENUM_VALUES_PER_LINE = 4 155*ebfedea0SLionel SambucGENERATE_TREEVIEW = NO 156*ebfedea0SLionel SambucTREEVIEW_WIDTH = 250 157*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 158*ebfedea0SLionel Sambuc# configuration options related to the LaTeX output 159*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 160*ebfedea0SLionel SambucGENERATE_LATEX = NO 161*ebfedea0SLionel SambucLATEX_OUTPUT = latex 162*ebfedea0SLionel SambucLATEX_CMD_NAME = latex 163*ebfedea0SLionel SambucMAKEINDEX_CMD_NAME = makeindex 164*ebfedea0SLionel SambucCOMPACT_LATEX = NO 165*ebfedea0SLionel SambucPAPER_TYPE = a4wide 166*ebfedea0SLionel SambucEXTRA_PACKAGES = 167*ebfedea0SLionel SambucLATEX_HEADER = 168*ebfedea0SLionel SambucPDF_HYPERLINKS = NO 169*ebfedea0SLionel SambucUSE_PDFLATEX = NO 170*ebfedea0SLionel SambucLATEX_BATCHMODE = NO 171*ebfedea0SLionel SambucLATEX_HIDE_INDICES = NO 172*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 173*ebfedea0SLionel Sambuc# configuration options related to the RTF output 174*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 175*ebfedea0SLionel SambucGENERATE_RTF = NO 176*ebfedea0SLionel SambucRTF_OUTPUT = rtf 177*ebfedea0SLionel SambucCOMPACT_RTF = NO 178*ebfedea0SLionel SambucRTF_HYPERLINKS = NO 179*ebfedea0SLionel SambucRTF_STYLESHEET_FILE = 180*ebfedea0SLionel SambucRTF_EXTENSIONS_FILE = 181*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 182*ebfedea0SLionel Sambuc# configuration options related to the man page output 183*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 184*ebfedea0SLionel SambucGENERATE_MAN = YES 185*ebfedea0SLionel SambucMAN_OUTPUT = man 186*ebfedea0SLionel SambucMAN_EXTENSION = .3 187*ebfedea0SLionel SambucMAN_LINKS = YES 188*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 189*ebfedea0SLionel Sambuc# configuration options related to the XML output 190*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 191*ebfedea0SLionel SambucGENERATE_XML = NO 192*ebfedea0SLionel SambucXML_OUTPUT = xml 193*ebfedea0SLionel SambucXML_SCHEMA = 194*ebfedea0SLionel SambucXML_DTD = 195*ebfedea0SLionel SambucXML_PROGRAMLISTING = YES 196*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 197*ebfedea0SLionel Sambuc# configuration options for the AutoGen Definitions output 198*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 199*ebfedea0SLionel SambucGENERATE_AUTOGEN_DEF = NO 200*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 201*ebfedea0SLionel Sambuc# configuration options related to the Perl module output 202*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 203*ebfedea0SLionel SambucGENERATE_PERLMOD = NO 204*ebfedea0SLionel SambucPERLMOD_LATEX = NO 205*ebfedea0SLionel SambucPERLMOD_PRETTY = YES 206*ebfedea0SLionel SambucPERLMOD_MAKEVAR_PREFIX = 207*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 208*ebfedea0SLionel Sambuc# Configuration options related to the preprocessor 209*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 210*ebfedea0SLionel SambucENABLE_PREPROCESSING = YES 211*ebfedea0SLionel SambucMACRO_EXPANSION = NO 212*ebfedea0SLionel SambucEXPAND_ONLY_PREDEF = NO 213*ebfedea0SLionel SambucSEARCH_INCLUDES = YES 214*ebfedea0SLionel SambucINCLUDE_PATH = 215*ebfedea0SLionel SambucINCLUDE_FILE_PATTERNS = 216*ebfedea0SLionel SambucPREDEFINED = 217*ebfedea0SLionel SambucEXPAND_AS_DEFINED = 218*ebfedea0SLionel SambucSKIP_FUNCTION_MACROS = YES 219*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 220*ebfedea0SLionel Sambuc# Configuration::additions related to external references 221*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 222*ebfedea0SLionel SambucTAGFILES = 223*ebfedea0SLionel SambucGENERATE_TAGFILE = 224*ebfedea0SLionel SambucALLEXTERNALS = NO 225*ebfedea0SLionel SambucEXTERNAL_GROUPS = YES 226*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 227*ebfedea0SLionel Sambuc# Configuration options related to the dot tool 228*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 229*ebfedea0SLionel SambucCLASS_DIAGRAMS = NO 230*ebfedea0SLionel SambucMSCGEN_PATH = /Applications/Doxygen.app/Contents/Resources/ 231*ebfedea0SLionel SambucHIDE_UNDOC_RELATIONS = YES 232*ebfedea0SLionel SambucHAVE_DOT = YES 233*ebfedea0SLionel SambucCLASS_GRAPH = YES 234*ebfedea0SLionel SambucCOLLABORATION_GRAPH = YES 235*ebfedea0SLionel SambucGROUP_GRAPHS = YES 236*ebfedea0SLionel SambucUML_LOOK = NO 237*ebfedea0SLionel SambucTEMPLATE_RELATIONS = NO 238*ebfedea0SLionel SambucINCLUDE_GRAPH = YES 239*ebfedea0SLionel SambucINCLUDED_BY_GRAPH = YES 240*ebfedea0SLionel SambucCALL_GRAPH = NO 241*ebfedea0SLionel SambucCALLER_GRAPH = NO 242*ebfedea0SLionel SambucGRAPHICAL_HIERARCHY = YES 243*ebfedea0SLionel SambucDIRECTORY_GRAPH = YES 244*ebfedea0SLionel SambucDOT_IMAGE_FORMAT = png 245*ebfedea0SLionel SambucDOT_PATH = /Applications/Doxygen.app/Contents/Resources/ 246*ebfedea0SLionel SambucDOTFILE_DIRS = 247*ebfedea0SLionel SambucDOT_GRAPH_MAX_NODES = 50 248*ebfedea0SLionel SambucMAX_DOT_GRAPH_DEPTH = 1000 249*ebfedea0SLionel SambucDOT_TRANSPARENT = NO 250*ebfedea0SLionel SambucDOT_MULTI_TARGETS = NO 251*ebfedea0SLionel SambucGENERATE_LEGEND = YES 252*ebfedea0SLionel SambucDOT_CLEANUP = YES 253*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 254*ebfedea0SLionel Sambuc# Configuration::additions related to the search engine 255*ebfedea0SLionel Sambuc#--------------------------------------------------------------------------- 256*ebfedea0SLionel SambucSEARCHENGINE = NO 257