From 0c6c8770dce476986a9552878c58b0ebbb7d4c3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 7 Oct 2004 09:23:39 +0000 Subject: [PATCH] bugs in documentation --- mrw/arg.hpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mrw/arg.hpp b/mrw/arg.hpp index ecebd7f..4f0f8d6 100644 --- a/mrw/arg.hpp +++ b/mrw/arg.hpp @@ -9,6 +9,9 @@ @license LGPL, see file COPYING $Log$ + Revision 1.4 2004/10/07 09:23:39 marc + bugs in documentation + Revision 1.3 2004/08/31 16:23:29 marc no include of stacktrace.hpp @@ -122,7 +125,7 @@ namespace mrw { shifting the default value into the instance of @c mrw::Param. E.g. add a string, that defaults to @c "noname", an integer, that defaults to @c 4, another integer that defaults to - @2 and a boolean that defaults to @c "true": + @c 2 and a boolean that defaults to @c "true": @code // if you need the instance as variable: @@ -343,7 +346,7 @@ namespace mrw { return *this; } - /** @brief get parameter number @i + /** @brief get parameter number @c i @throw mrw::out_of_range if @c i is too big */ const mrw::SmartPointer& operator[](unsigned int i) const throw(std::exception);