fixed some minor documentation typos
[senf.git] / senf / Utils / Console / ProgramOptions.hh
index ab3c5c5..2baecb2 100644 (file)
@@ -32,7 +32,7 @@
 
 //#include "ProgramOptions.mpp"
 #include "ProgramOptions.ih"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace console {
@@ -68,9 +68,9 @@ namespace console {
         : public detail::BundleMixin
     {
     public:
-        ///////////////////////////////////////////////////////////////////////////
+        //-////////////////////////////////////////////////////////////////////////
         ///\name Structors and default members
-        ///@{
+        //\{
 
         ProgramOptions(int argc, char const ** argv, DirectoryNode & root = root());
                                         ///< Create ProgramOptions parser for given options
@@ -78,8 +78,8 @@ namespace console {
                                              the operating system. Especially argv[0] is \e not an
                                              option and is ignored. */
 
-        ///@}
-        ///////////////////////////////////////////////////////////////////////////
+        //\}
+        //-////////////////////////////////////////////////////////////////////////
 
         template <class Container>
         ProgramOptions & nonOptions(Container & container);
@@ -108,7 +108,7 @@ namespace console {
 
     /** \brief Parse command line options
 
-        The command line otpions in \a argc / \a argv will be parsed, interpreting all node's
+        The command line options in \a argc / \a argv will be parsed, interpreting all node's
         relative to \a root as root node.
 
         \related ProgramOptions
@@ -117,7 +117,7 @@ namespace console {
 
     /** \brief ConfigBundle source reading command line options
 
-        This cosntructor is used to create aconfig source parsing the given command line options to
+        This constructor is used to create a config source parsing the given command line options to
         add to a ConfigBundle.
 
         \related ProgramOptions
@@ -125,7 +125,7 @@ namespace console {
     detail::ProgramOptionsSource::ptr OptionsConfig(int argc, char const ** argv);
 }}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "ProgramOptions.cci"
 //#include "ProgramOptions.ct"
 #include "ProgramOptions.cti"