diff options
author | Matthias Klose <doko@ubuntu.com> | 2008-01-22 17:34:56 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2008-01-22 17:34:56 +0000 |
commit | c316155b7f51a0301e0989ae744bdf7a0569519d (patch) | |
tree | 4727e1d97486936d6d14124894db3234bbf17ce7 /libstdc++-v3/doc | |
parent | 61c3a446a26621584ec95c6317df22826e301734 (diff) | |
download | gcc-c316155b7f51a0301e0989ae744bdf7a0569519d.zip gcc-c316155b7f51a0301e0989ae744bdf7a0569519d.tar.gz gcc-c316155b7f51a0301e0989ae744bdf7a0569519d.tar.bz2 |
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
Diffstat (limited to 'libstdc++-v3/doc')
-rw-r--r-- | libstdc++-v3/doc/doxygen/user.cfg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/doc/doxygen/user.cfg.in b/libstdc++-v3/doc/doxygen/user.cfg.in index c9ade24..43aaaf6 100644 --- a/libstdc++-v3/doc/doxygen/user.cfg.in +++ b/libstdc++-v3/doc/doxygen/user.cfg.in @@ -130,7 +130,7 @@ STRIP_FROM_INC_PATH = # (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. -SHORT_NAMES = NO +SHORT_NAMES = YES # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen # will interpret the first line (until the first dot) of a JavaDoc-style |