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 = "repo{1}=http://hg.hedgewars.org/hedgewars/file/default/QTfrontend/\1" |
193 ALIASES = "repo{1}=https://hg.hedgewars.org/hedgewars/file/default/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. |