X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Console%2FParsedCommand.hh;h=db854517303b4d11d7012e67c32eef7ee1ab20ce;hb=275e7f8a473a1b04516f2db9ba7cbb81e7fa53b7;hp=af8dfe7041afd67084bb21dc28de9a40d5c1d614;hpb=33525a7447ddd7b56b23cb12fd83a7e293db303e;p=senf.git diff --git a/Console/ParsedCommand.hh b/Console/ParsedCommand.hh index af8dfe7..db85451 100644 --- a/Console/ParsedCommand.hh +++ b/Console/ParsedCommand.hh @@ -358,7 +358,8 @@ namespace console { BOOST_PARAMETER_KEYWORD(type, default_doc) ///< String rep of default value /**< By default, the default value is documented by converting the value to it's string representation - using \c boost::lexical_cast / \c iostreams. The + using the corresponding return value formatter which by + default uses \c boost::lexical_cast / \c iostreams. The displayed value can be changed by setting this attribute. */ BOOST_PARAMETER_KEYWORD(type, parser) ///< Argument parser