mirror of git://gcc.gnu.org/git/gcc.git
user.cfg.in: Set SHORT_NAMES to YES.
2008-01-21 Matthias Klose <doko@ubuntu.com> * doc/doxygen/user.cfg.in: Set SHORT_NAMES to YES. From-SVN: r131731
This commit is contained in:
parent
61c3a446a2
commit
c316155b7f
|
@ -1,3 +1,7 @@
|
||||||
|
2008-01-21 Matthias Klose <doko@ubuntu.com>
|
||||||
|
|
||||||
|
* doc/doxygen/user.cfg.in: Set SHORT_NAMES to YES.
|
||||||
|
|
||||||
2008-01-19 Paolo Carlini <pcarlini@suse.de>
|
2008-01-19 Paolo Carlini <pcarlini@suse.de>
|
||||||
|
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
|
|
@ -130,7 +130,7 @@ STRIP_FROM_INC_PATH =
|
||||||
# (but less readable) file names. This can be useful is your file systems
|
# (but less readable) file names. This can be useful is your file systems
|
||||||
# doesn't support long names like on DOS, Mac, or CD-ROM.
|
# doesn't support long names like on DOS, Mac, or CD-ROM.
|
||||||
|
|
||||||
SHORT_NAMES = NO
|
SHORT_NAMES = YES
|
||||||
|
|
||||||
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
|
# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
|
||||||
# will interpret the first line (until the first dot) of a JavaDoc-style
|
# will interpret the first line (until the first dot) of a JavaDoc-style
|
||||||
|
|
Loading…
Reference in New Issue