equal
deleted
inserted
replaced
188 # For example adding "sideeffect=\par Side Effects:\n" will allow you to |
188 # For example adding "sideeffect=\par Side Effects:\n" will allow you to |
189 # put the command \sideeffect (or @sideeffect) in the documentation, which |
189 # put the command \sideeffect (or @sideeffect) in the documentation, which |
190 # will result in a user-defined paragraph with heading "Side Effects:". |
190 # will result in a user-defined paragraph with heading "Side Effects:". |
191 # You can put \n's in the value part of an alias to insert newlines. |
191 # You can put \n's in the value part of an alias to insert newlines. |
192 |
192 |
193 ALIASES = |
193 ALIASES = "repo{1}=http://code.google.com/p/hedgewars/source/browse/QTfrontend/\1" |
194 |
194 |
195 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C |
195 # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C |
196 # sources only. Doxygen will then generate output that is more tailored for C. |
196 # sources only. Doxygen will then generate output that is more tailored for C. |
197 # For instance, some of the names that are used will be different. The list |
197 # For instance, some of the names that are used will be different. The list |
198 # of all members will be omitted, etc. |
198 # of all members will be omitted, etc. |
317 EXTRACT_PRIVATE = YES |
317 EXTRACT_PRIVATE = YES |
318 |
318 |
319 # If the EXTRACT_STATIC tag is set to YES all static members of a file |
319 # If the EXTRACT_STATIC tag is set to YES all static members of a file |
320 # will be included in the documentation. |
320 # will be included in the documentation. |
321 |
321 |
322 EXTRACT_STATIC = NO |
322 EXTRACT_STATIC = YES |
323 |
323 |
324 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) |
324 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) |
325 # defined locally in source files will be included in the documentation. |
325 # defined locally in source files will be included in the documentation. |
326 # If set to NO only classes defined in header files are included. |
326 # If set to NO only classes defined in header files are included. |
327 |
327 |