[Lemon-commits] Alpar Juttner: Minor doc improvements

Lemon HG hg at lemon.cs.elte.hu
Mon Mar 17 12:05:31 CET 2008


details:   http://lemon.cs.elte.hu/hg/lemon/rev/eba5222bb6f5
changeset: 86:eba5222bb6f5
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Tue Jan 22 16:03:41 2008 +0000
description:
	Minor doc improvements

diffstat:

1 file changed, 3 insertions(+), 3 deletions(-)
lemon/arg_parser.h |    6 +++---

diffs (23 lines):

diff -r 3453d20a82cd -r eba5222bb6f5 lemon/arg_parser.h
--- a/lemon/arg_parser.h	Tue Jan 22 15:55:49 2008 +0000
+++ b/lemon/arg_parser.h	Tue Jan 22 16:03:41 2008 +0000
@@ -121,7 +121,7 @@ namespace lemon {
 		    const std::string &help,
 		    int value=0, bool obl=false);
 
-    ///Add a new floating type option
+    ///Add a new floating point type option
 
     ///\param name The name of the option. The leading '-' must be omitted.
     ///\param help A help string.
@@ -296,8 +296,8 @@ namespace lemon {
     ///Magic type for operator[]
     
     ///This is the type of the return value of ArgParser::operator[]().
-    ///It automatically converts to int, double, bool or std::string, if it
-    ///match the type of the option, otherwise it throws an exception.
+    ///It automatically converts to int, double, bool or std::string if
+    ///the type of the option matches, otherwise it throws an exception.
     ///(i.e. it performs runtime type checking).
     class RefType 
     {



More information about the Lemon-commits mailing list