| 228 # "Side Effects:". You can put \n's in the value part of an alias to insert | 228 # "Side Effects:". You can put \n's in the value part of an alias to insert | 
| 229 # newlines. | 229 # newlines. | 
| 230 | 230 | 
| 231 ALIASES                = | 231 ALIASES                = | 
| 232 | 232 | 
| 233 # This tag can be used to specify a number of word-keyword mappings (TCL only). |  | 
| 234 # A mapping has the form "name=value". For example adding "class=itcl::class" |  | 
| 235 # will allow you to use the command class in the itcl::class meaning. |  | 
| 236 |  | 
| 237 TCL_SUBST              = |  | 
| 238 |  | 
| 239 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources | 233 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources | 
| 240 # only. Doxygen will then generate output that is more tailored for C. For | 234 # only. Doxygen will then generate output that is more tailored for C. For | 
| 241 # instance, some of the names that are used will be different. The list of all | 235 # instance, some of the names that are used will be different. The list of all | 
| 242 # members will be omitted, etc. | 236 # members will be omitted, etc. | 
| 243 # The default value is: NO. | 237 # The default value is: NO. | 
| 986 # compounds will be generated. Enable this if the project contains a lot of | 980 # compounds will be generated. Enable this if the project contains a lot of | 
| 987 # classes, structs, unions or interfaces. | 981 # classes, structs, unions or interfaces. | 
| 988 # The default value is: YES. | 982 # The default value is: YES. | 
| 989 | 983 | 
| 990 ALPHABETICAL_INDEX     = YES | 984 ALPHABETICAL_INDEX     = YES | 
| 991 |  | 
| 992 # The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in |  | 
| 993 # which the alphabetical index list will be split. |  | 
| 994 # Minimum value: 1, maximum value: 20, default value: 5. |  | 
| 995 # This tag requires that the tag ALPHABETICAL_INDEX is set to YES. |  | 
| 996 |  | 
| 997 COLS_IN_ALPHA_INDEX    = 5 |  | 
| 998 | 985 | 
| 999 # In case all classes in a project start with a common prefix, all classes will | 986 # In case all classes in a project start with a common prefix, all classes will | 
| 1000 # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag | 987 # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag | 
| 1001 # can be used to specify a prefix (or a list of prefixes) that should be ignored | 988 # can be used to specify a prefix (or a list of prefixes) that should be ignored | 
| 1002 # while generating the index headers. | 989 # while generating the index headers. | 
| 1670 # The default value is: NO. | 1657 # The default value is: NO. | 
| 1671 # This tag requires that the tag GENERATE_LATEX is set to YES. | 1658 # This tag requires that the tag GENERATE_LATEX is set to YES. | 
| 1672 | 1659 | 
| 1673 LATEX_HIDE_INDICES     = NO | 1660 LATEX_HIDE_INDICES     = NO | 
| 1674 | 1661 | 
| 1675 # If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source |  | 
| 1676 # code with syntax highlighting in the LaTeX output. |  | 
| 1677 # |  | 
| 1678 # Note that which sources are shown also depends on other settings such as |  | 
| 1679 # SOURCE_BROWSER. |  | 
| 1680 # The default value is: NO. |  | 
| 1681 # This tag requires that the tag GENERATE_LATEX is set to YES. |  | 
| 1682 |  | 
| 1683 LATEX_SOURCE_CODE      = NO |  | 
| 1684 |  | 
| 1685 # The LATEX_BIB_STYLE tag can be used to specify the style to use for the | 1662 # The LATEX_BIB_STYLE tag can be used to specify the style to use for the | 
| 1686 # bibliography, e.g. plainnat, or ieeetr. See | 1663 # bibliography, e.g. plainnat, or ieeetr. See | 
| 1687 # http://en.wikipedia.org/wiki/BibTeX and \cite for more info. | 1664 # http://en.wikipedia.org/wiki/BibTeX and \cite for more info. | 
| 1688 # The default value is: plain. | 1665 # The default value is: plain. | 
| 1689 # This tag requires that the tag GENERATE_LATEX is set to YES. | 1666 # This tag requires that the tag GENERATE_LATEX is set to YES. | 
| 2006 # be listed. | 1983 # be listed. | 
| 2007 # The default value is: YES. | 1984 # The default value is: YES. | 
| 2008 | 1985 | 
| 2009 EXTERNAL_PAGES         = YES | 1986 EXTERNAL_PAGES         = YES | 
| 2010 | 1987 | 
| 2011 # The PERL_PATH should be the absolute path and name of the perl script |  | 
| 2012 # interpreter (i.e. the result of 'which perl'). |  | 
| 2013 # The default file (with absolute path) is: /usr/bin/perl. |  | 
| 2014 |  | 
| 2015 PERL_PATH              = /usr/bin/perl |  | 
| 2016 |  | 
| 2017 #--------------------------------------------------------------------------- | 1988 #--------------------------------------------------------------------------- | 
| 2018 # Configuration options related to the dot tool | 1989 # Configuration options related to the dot tool | 
| 2019 #--------------------------------------------------------------------------- | 1990 #--------------------------------------------------------------------------- | 
| 2020 | 1991 | 
| 2021 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram | 1992 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram | 
| 2024 # disabled, but it is recommended to install and use dot, since it yields more | 1995 # disabled, but it is recommended to install and use dot, since it yields more | 
| 2025 # powerful graphs. | 1996 # powerful graphs. | 
| 2026 # The default value is: YES. | 1997 # The default value is: YES. | 
| 2027 | 1998 | 
| 2028 CLASS_DIAGRAMS         = YES | 1999 CLASS_DIAGRAMS         = YES | 
| 2029 |  | 
| 2030 # You can define message sequence charts within doxygen comments using the \msc |  | 
| 2031 # command. Doxygen will then run the mscgen tool (see: |  | 
| 2032 # http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the |  | 
| 2033 # documentation. The MSCGEN_PATH tag allows you to specify the directory where |  | 
| 2034 # the mscgen tool resides. If left empty the tool is assumed to be found in the |  | 
| 2035 # default search path. |  | 
| 2036 |  | 
| 2037 MSCGEN_PATH            = |  | 
| 2038 | 2000 | 
| 2039 # You can include diagrams made with dia in doxygen documentation. Doxygen will | 2001 # You can include diagrams made with dia in doxygen documentation. Doxygen will | 
| 2040 # then run dia to produce the diagram and insert it in the documentation. The | 2002 # then run dia to produce the diagram and insert it in the documentation. The | 
| 2041 # DIA_PATH tag allows you to specify the directory where the dia binary resides. | 2003 # DIA_PATH tag allows you to specify the directory where the dia binary resides. | 
| 2042 # If left empty dia is assumed to be found in the default search path. | 2004 # If left empty dia is assumed to be found in the default search path. |