From: bkoz Date: Tue, 22 Jan 2008 17:34:56 +0000 (+0000) Subject: 2008-01-21 Matthias Klose X-Git-Tag: upstream/4.9.2~44041 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d7d2a6f814f0d3616d21553de8cb7b8b0a45f3b;p=platform%2Fupstream%2Flinaro-gcc.git 2008-01-21 Matthias Klose * doc/doxygen/user.cfg.in: Set SHORT_NAMES to YES. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131731 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index efc7a14..d077498 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2008-01-21 Matthias Klose + + * doc/doxygen/user.cfg.in: Set SHORT_NAMES to YES. + 2008-01-19 Paolo Carlini * configure: Regenerate. 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