X-Git-Url: https://git.dlugolecki.net.pl/?p=command.git;a=blobdiff_plain;f=include%2Fargument.h;h=5690e5dbf6ba2973147535ce32d66459ad23dd95;hp=dfaea65cea9b4ba6d5d54dd39c000ee79b8ad19e;hb=e7c2ad96ad56116b2bfca1000f425287b1a02da2;hpb=42b90ecb2ee941bfcb1190dda1e18dca4aee3c51 diff --git a/include/argument.h b/include/argument.h index dfaea65..5690e5d 100644 --- a/include/argument.h +++ b/include/argument.h @@ -14,9 +14,9 @@ namespace command { * Arguments are non-named parameters of program. * * Example: - * ./myprog ARGUMENT - * ./myprog /path/to/file - * ./myprog "some argument" + * - ./myprog ARGUMENT + * - ./myprog /path/to/file + * - ./myprog "some argument" */ template class Argument : public Parameter, public Callable { @@ -41,7 +41,7 @@ namespace command { virtual ~Argument() { } /** - * + * \inheritdoc */ virtual void handle() { this->call(value);