summaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc/doxygen
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-10 18:33:36 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-10 18:33:36 +0000
commitf1c85d4f35bd5cec28420f804c963f349a756b80 (patch)
treefe01f8b9fd69c8c394258c85ebde6741c85bca48 /libstdc++-v3/doc/doxygen
parenteb4a8628c92f7bc6e2987f98db938f50b8be95f5 (diff)
downloadgcc-f1c85d4f35bd5cec28420f804c963f349a756b80.tar.gz
Merged r158907 through r159238 into branch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/ifunc@159241 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/doc/doxygen')
-rw-r--r--libstdc++-v3/doc/doxygen/user.cfg.in2
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 40e75087be6..118f9e78975 100644
--- a/libstdc++-v3/doc/doxygen/user.cfg.in
+++ b/libstdc++-v3/doc/doxygen/user.cfg.in
@@ -180,7 +180,7 @@ TAB_SIZE = 4
# You can put \n's in the value part of an alias to insert newlines.
ALIASES = "doctodo=@todo\nDoc me! See doc/doxygen/TODO and http://gcc.gnu.org/ml/libstdc++/2002-02/msg00003.html for more. " \
- "isiosfwd=One of the @link ios I/O @endlink "
+ "isiosfwd=One of the @link io I/O @endlink typedefs"
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
# sources only. Doxygen will then generate output that is more tailored for C.