doc/Doxyfile.in
changeset 1554 572bc7d0d3e2
parent 1465 60c2961c75ca
child 1555 48769ac7ec32
equal deleted inserted replaced
7:26b6f524a618 8:1502805501b4
  1063 # or super classes. Setting the tag to NO turns the diagrams off. Note that 
  1063 # or super classes. Setting the tag to NO turns the diagrams off. Note that 
  1064 # this option is superseded by the HAVE_DOT option below. This is only a 
  1064 # this option is superseded by the HAVE_DOT option below. This is only a 
  1065 # fallback. It is recommended to install and use dot, since it yields more 
  1065 # fallback. It is recommended to install and use dot, since it yields more 
  1066 # powerful graphs.
  1066 # powerful graphs.
  1067 
  1067 
  1068 CLASS_DIAGRAMS         = YES
  1068 CLASS_DIAGRAMS         = NO
  1069 
  1069 
  1070 # If set to YES, the inheritance and collaboration graphs will hide 
  1070 # If set to YES, the inheritance and collaboration graphs will hide 
  1071 # inheritance and usage relations if the target is undocumented 
  1071 # inheritance and usage relations if the target is undocumented 
  1072 # or is not a class.
  1072 # or is not a class.
  1073 
  1073 
  1083 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen 
  1083 # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen 
  1084 # will generate a graph for each documented class showing the direct and 
  1084 # will generate a graph for each documented class showing the direct and 
  1085 # indirect inheritance relations. Setting this tag to YES will force the 
  1085 # indirect inheritance relations. Setting this tag to YES will force the 
  1086 # the CLASS_DIAGRAMS tag to NO.
  1086 # the CLASS_DIAGRAMS tag to NO.
  1087 
  1087 
  1088 CLASS_GRAPH            = YES
  1088 CLASS_GRAPH            = NO
  1089 
  1089 
  1090 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen 
  1090 # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen 
  1091 # will generate a graph for each documented class showing the direct and 
  1091 # will generate a graph for each documented class showing the direct and 
  1092 # indirect implementation dependencies (inheritance, containment, and 
  1092 # indirect implementation dependencies (inheritance, containment, and 
  1093 # class references variables) of the class with other documented classes.
  1093 # class references variables) of the class with other documented classes.
  1094 
  1094 
  1095 COLLABORATION_GRAPH    = YES
  1095 COLLABORATION_GRAPH    = NO
  1096 
  1096 
  1097 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen 
  1097 # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen 
  1098 # will generate a graph for groups, showing the direct groups dependencies
  1098 # will generate a graph for groups, showing the direct groups dependencies
  1099 
  1099 
  1100 GROUP_GRAPHS           = YES
  1100 GROUP_GRAPHS           = NO
  1101 
  1101 
  1102 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and 
  1102 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and 
  1103 # collaboration diagrams in a style similar to the OMG's Unified Modeling 
  1103 # collaboration diagrams in a style similar to the OMG's Unified Modeling 
  1104 # Language.
  1104 # Language.
  1105 
  1105 
  1106 UML_LOOK               = NO
  1106 UML_LOOK               = NO
  1107 
  1107 
  1108 # If set to YES, the inheritance and collaboration graphs will show the 
  1108 # If set to YES, the inheritance and collaboration graphs will show the 
  1109 # relations between templates and their instances.
  1109 # relations between templates and their instances.
  1110 
  1110 
  1111 TEMPLATE_RELATIONS     = YES
  1111 TEMPLATE_RELATIONS     = NO
  1112 
  1112 
  1113 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT 
  1113 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT 
  1114 # tags are set to YES then doxygen will generate a graph for each documented 
  1114 # tags are set to YES then doxygen will generate a graph for each documented 
  1115 # file showing the direct and indirect include dependencies of the file with 
  1115 # file showing the direct and indirect include dependencies of the file with 
  1116 # other documented files.
  1116 # other documented files.
  1117 
  1117 
  1118 INCLUDE_GRAPH          = YES
  1118 INCLUDE_GRAPH          = NO
  1119 
  1119 
  1120 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and 
  1120 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and 
  1121 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each 
  1121 # HAVE_DOT tags are set to YES then doxygen will generate a graph for each 
  1122 # documented header file showing the documented files that directly or 
  1122 # documented header file showing the documented files that directly or 
  1123 # indirectly include this file.
  1123 # indirectly include this file.
  1124 
  1124 
  1125 INCLUDED_BY_GRAPH      = YES
  1125 INCLUDED_BY_GRAPH      = NO
  1126 
  1126 
  1127 # If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will 
  1127 # If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will 
  1128 # generate a call dependency graph for every global function or class method. 
  1128 # generate a call dependency graph for every global function or class method. 
  1129 # Note that enabling this option will significantly increase the time of a run. 
  1129 # Note that enabling this option will significantly increase the time of a run. 
  1130 # So in most cases it will be better to enable call graphs for selected 
  1130 # So in most cases it will be better to enable call graphs for selected 
  1131 # functions only using the \callgraph command.
  1131 # functions only using the \callgraph command.
  1132 
  1132 
  1133 CALL_GRAPH             = YES
  1133 CALL_GRAPH             = NO
  1134 
  1134 
  1135 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen 
  1135 # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen 
  1136 # will graphical hierarchy of all classes instead of a textual one.
  1136 # will graphical hierarchy of all classes instead of a textual one.
  1137 
  1137 
  1138 GRAPHICAL_HIERARCHY    = YES
  1138 GRAPHICAL_HIERARCHY    = NO
  1139 
  1139 
  1140 # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES 
  1140 # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES 
  1141 # then doxygen will show the dependencies a directory has on other directories 
  1141 # then doxygen will show the dependencies a directory has on other directories 
  1142 # in a graphical way. The dependency relations are determined by the #include
  1142 # in a graphical way. The dependency relations are determined by the #include
  1143 # relations between the files in the directories.
  1143 # relations between the files in the directories.
  1144 
  1144 
  1145 DIRECTORY_GRAPH        = YES
  1145 DIRECTORY_GRAPH        = NO
  1146 
  1146 
  1147 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images 
  1147 # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images 
  1148 # generated by dot. Possible values are png, jpg, or gif
  1148 # generated by dot. Possible values are png, jpg, or gif
  1149 # If left blank png will be used.
  1149 # If left blank png will be used.
  1150 
  1150