X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FProgramOptions.hh;h=9f3d33115345087690b336adeffa5aa11e57fbdf;hb=e9816d699770dea77c989c97ef53bf2266ce7b6b;hp=ab3c5c5a1bed03c94f593d4d3174d523696bb8ed;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Utils/Console/ProgramOptions.hh b/senf/Utils/Console/ProgramOptions.hh index ab3c5c5..9f3d331 100644 --- a/senf/Utils/Console/ProgramOptions.hh +++ b/senf/Utils/Console/ProgramOptions.hh @@ -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 ProgramOptions & nonOptions(Container & container); @@ -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"