Ignore:
Timestamp:
03/02/11 10:08:11 (14 years ago)
Author:
tbretz
Message:
Some minor updates to the comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Configuration.cc

    r10183 r10198  
    1414the program through a symbolic link with a different name)
    1515
    16 Read the "<B>database=user:password@database:port/database<B>" entry from the file.
     16Read the "<B>database=user:password@database:port/database</B>" entry from the file.
    1717(For details about the syntax see Configuration::parse_database)
    1818The retrieved entry can be overwritten by
     
    4444   - key = value
    4545
    46 which is equivalent to the command-line option <b>--key=value</b>.
     46which is equivalent to the command-line option <B>--key=value</B>.
    4747
    4848If there are sections in the configuration file like
     
    5555\endcode
    5656
    57 the key is transformed into <b>section1.key</b> (which would be equivalent
    58 to <b>--section1.key</b>)
     57the key is transformed into <B>section1.key</B> (which would be equivalent
     58to <B>--section1.key</B>)
    5959
    6060@attention
     
    103103\endcode
    104104
    105 This will setup, e.g.,  the commandline option '<b>--option1 arg</b>' (which
    106 is identical to '<b>--option1=arg</b>'. Option 3 can also be expressed
    107 in a short form as '<b>-o arg</b>' or '<b>-o=arg</b>'. Option 2 defaults
     105This will setup, e.g.,  the commandline option '<B>--option1 arg</B>' (which
     106is identical to '<B>--option1=arg</B>'. Option 3 can also be expressed
     107in a short form as '<B>-o arg</B>' or '<B>-o=arg</B>'. Option 2 defaults
    108108to 22 if no explicit value is given. Option 3 is mandatory and an exceptionb
    109109is thrown if not specified. Option 4 will, apart from the usual access to the
     
    732732//!
    733733//! @param argc,argv
    734 //!    arguments passed to <b>main(int argc, char **argv)</b>
     734//!    arguments passed to <B>main(int argc, char **argv)</B>
    735735//!
    736736//! @returns
Note: See TracChangeset for help on using the changeset viewer.