equal
deleted
inserted
replaced
131 # If the DETAILS_AT_TOP tag is set to YES then Doxygen |
131 # If the DETAILS_AT_TOP tag is set to YES then Doxygen |
132 # will output the detailed description near the top, like JavaDoc. |
132 # will output the detailed description near the top, like JavaDoc. |
133 # If set to NO, the detailed description appears after the member |
133 # If set to NO, the detailed description appears after the member |
134 # documentation. |
134 # documentation. |
135 |
135 |
136 DETAILS_AT_TOP = NO |
136 DETAILS_AT_TOP = YES |
137 |
137 |
138 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented |
138 # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented |
139 # member inherits the documentation from any documented member that it |
139 # member inherits the documentation from any documented member that it |
140 # re-implements. |
140 # re-implements. |
141 |
141 |
165 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources |
165 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources |
166 # only. Doxygen will then generate output that is more tailored for C. |
166 # only. Doxygen will then generate output that is more tailored for C. |
167 # For instance, some of the names that are used will be different. The list |
167 # For instance, some of the names that are used will be different. The list |
168 # of all members will be omitted, etc. |
168 # of all members will be omitted, etc. |
169 |
169 |
170 OPTIMIZE_OUTPUT_FOR_C = YES |
170 OPTIMIZE_OUTPUT_FOR_C = NO |
171 |
171 |
172 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources |
172 # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources |
173 # only. Doxygen will then generate output that is more tailored for Java. |
173 # only. Doxygen will then generate output that is more tailored for Java. |
174 # For instance, namespaces will be presented as packages, qualified scopes |
174 # For instance, namespaces will be presented as packages, qualified scopes |
175 # will look different, etc. |
175 # will look different, etc. |