diff options
author | Jonathan Wakely <jwakely.gcc@gmail.com> | 2010-05-06 19:57:58 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2010-05-06 20:57:58 +0100 |
commit | abe478196fa832fd44a1f1d50c032c5bb61a16f8 (patch) | |
tree | 1b945b79047250248847edcd513ef8f688452456 /libstdc++-v3/doc/doxygen | |
parent | 941f78d1036d0fd5597219eb5fe0ef672d25a6a7 (diff) | |
download | gcc-abe478196fa832fd44a1f1d50c032c5bb61a16f8.zip gcc-abe478196fa832fd44a1f1d50c032c5bb61a16f8.tar.gz gcc-abe478196fa832fd44a1f1d50c032c5bb61a16f8.tar.bz2 |
re PR libstdc++/44014 (no std::string in API documentation)
2010-05-06 Jonathan Wakely <jwakely.gcc@gmail.com>
PR libstdc++/44014
* include/bits/stringfwd.h: Add doxygen comments and new group.
* include/bits/basic_string.h: Add to new doxygen group.
* doc/doxygen/user.cfg.in (ALIASES): Link to correct group.
From-SVN: r159126
Diffstat (limited to 'libstdc++-v3/doc/doxygen')
-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 40e75087..118f9e7 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. |