X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=pc-tools%2Fldc2%2Fsrc%2Fconfiguration_manager.cpp;h=ea95bf81961ae056bcc18114b9a5d8a53e770dcd;hb=ea78fc91fca804d41e7caf94025a4616e4f2daad;hp=74d2f19fcb856cb27748a119c71eb87a61b2d32d;hpb=d65ad4d76066646927175a9896fe348bc0691e68;p=h316.git diff --git a/pc-tools/ldc2/src/configuration_manager.cpp b/pc-tools/ldc2/src/configuration_manager.cpp index 74d2f19..ea95bf8 100644 --- a/pc-tools/ldc2/src/configuration_manager.cpp +++ b/pc-tools/ldc2/src/configuration_manager.cpp @@ -2,11 +2,14 @@ * * LDC2 source code * - * $Date: 2007/03/26 01:00:38 $ + * $Date: 2007/03/26 04:05:37 $ * $Author: hachti $ * * $Log: configuration_manager.cpp,v $ - * Revision 2.0 2007/03/26 01:00:38 hachti + * Revision 2.1 2007/03/26 04:05:37 hachti + * *** empty log message *** + * + * Revision 2.0 2007-03-26 01:00:38 hachti * *** empty log message *** * * @@ -42,6 +45,11 @@ configuration_manager::configuration_manager(string name){ *\param target Pointer to string to put the value in. *\param placeholder A placeholder for the documentation. * For example in -f + *\param allow_cmdline Specifies if this value may be specified on the + * command line. + *\param allow_conffile Specifies if this value may be specified in a + * configuration file. + * */ void configuration_manager::add_option_value (const string & shortname, const string & longname, @@ -129,7 +137,7 @@ void configuration_manager::add_argument(const string & description, /*! - *\Read in the args passed to main(). + *\brief Read in the args passed to main(). *\returns empty vector on success or the error messages to be output. */ vector configuration_manager::read_args(int argc, char ** args){