equal
deleted
inserted
replaced
128 |
128 |
129 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter |
129 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter |
130 # (but less readable) file names. This can be useful is your file systems |
130 # (but less readable) file names. This can be useful is your file systems |
131 # doesn't support long names like on DOS, Mac, or CD-ROM. |
131 # doesn't support long names like on DOS, Mac, or CD-ROM. |
132 |
132 |
133 SHORT_NAMES = NO |
133 SHORT_NAMES = YES |
134 |
134 |
135 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen |
135 # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen |
136 # will interpret the first line (until the first dot) of a JavaDoc-style |
136 # will interpret the first line (until the first dot) of a JavaDoc-style |
137 # comment as the brief description. If set to NO, the JavaDoc |
137 # comment as the brief description. If set to NO, the JavaDoc |
138 # comments will behave just like the Qt-style comments (thus requiring an |
138 # comments will behave just like the Qt-style comments (thus requiring an |