This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
[patch] two libstdc++ doxygen tweaks
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: "libstdc++" <libstdc++ at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 22 Jun 2009 20:54:45 +0100
- Subject: [patch] two libstdc++ doxygen tweaks
ok for trunk?
* include/debug/macros.h: Replace @tbd with valid doxygen tag @todo.
* include/std/ratio: Typo in comment.
Index: include/debug/macros.h
===================================================================
--- include/debug/macros.h (revision 148809)
+++ include/debug/macros.h (working copy)
@@ -80,7 +80,7 @@ _GLIBCXX_DEBUG_VERIFY(_Position._M_attac
* range. Note that this macro is only valid when the container is a
* _Safe_sequence and the iterator is a _Safe_iterator.
*
- * @tbd We would like to be able to check for noninterference of
+ * @todo We would like to be able to check for noninterference of
* _Position and the range [_First, _Last), but that can't (in
* general) be done.
*/
Index: include/std/ratio
===================================================================
--- include/std/ratio (revision 148809)
+++ include/std/ratio (working copy)
@@ -46,7 +46,7 @@ namespace std
* @defgroup ratio Rational Arithmetic
* @ingroup utilities
*
- * Compile time representation of fininte rational numbers.
+ * Compile time representation of finite rational numbers.
* @{
*/