bugs in documentation
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
@license LGPL, see file <a href="license.html">COPYING</a>
|
||||
|
||||
$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<Value>& operator[](unsigned int i) const
|
||||
throw(std::exception);
|
||||
|
Reference in New Issue
Block a user