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. |
2006 # be listed. |
1993 # be listed. |
2007 # The default value is: YES. |
1994 # The default value is: YES. |
2008 |
1995 |
2009 EXTERNAL_PAGES = YES |
1996 EXTERNAL_PAGES = YES |
2010 |
1997 |
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 #--------------------------------------------------------------------------- |
1998 #--------------------------------------------------------------------------- |
2018 # Configuration options related to the dot tool |
1999 # Configuration options related to the dot tool |
2019 #--------------------------------------------------------------------------- |
2000 #--------------------------------------------------------------------------- |
2020 |
2001 |
2021 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram |
2002 # 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 |
2005 # disabled, but it is recommended to install and use dot, since it yields more |
2025 # powerful graphs. |
2006 # powerful graphs. |
2026 # The default value is: YES. |
2007 # The default value is: YES. |
2027 |
2008 |
2028 CLASS_DIAGRAMS = YES |
2009 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 |
2010 |
2039 # You can include diagrams made with dia in doxygen documentation. Doxygen will |
2011 # 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 |
2012 # 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. |
2013 # 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. |
2014 # If left empty dia is assumed to be found in the default search path. |