X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FParsedCommand.hh;h=da0f703154545f98480e1f11dfd4dcc9f8a8931c;hb=7db21ff4de83edddec7084c5f121a10321b5a42f;hp=17a6892c8edddc29b4665113812fa0c49b9e620a;hpb=7661548b20e6c7627f54bff87e0758396fd523ef;p=senf.git diff --git a/senf/Utils/Console/ParsedCommand.hh b/senf/Utils/Console/ParsedCommand.hh index 17a6892..da0f703 100644 --- a/senf/Utils/Console/ParsedCommand.hh +++ b/senf/Utils/Console/ParsedCommand.hh @@ -104,7 +104,7 @@ namespace console { description = "numeric id of task to check, -1 for the current task." default_value = -1 ) ); senf::console::root() - .add("taskStatus", fty::Commande(static_cast( + .add("taskStatus", fty::Command(static_cast( &taskStatus)) .overloadDoc("Query status by name") .arg( name = "name", @@ -503,14 +503,12 @@ namespace console { present, if there is an argument at the current index. */ -#ifndef DOXYVEN - +#ifndef DOXYGEN # define BOOST_PP_ITERATION_PARAMS_1 \ (4, (1, BOOST_PARAMETER_MAX_ARITY, \ SENF_ABSOLUTE_INCLUDE_PATH(Utils/Console/ParsedCommand.mpp), \ 5)) # include BOOST_PP_ITERATE() - #endif private: