X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Console%2FParse.hh;h=295f4a66b9e8230e2671662f7d6e8a4e7500c228;hb=63c40810b93b4d8f3d6dad5f987adc5f2bf5b5ed;hp=91a1467243f72a4f82708165027b497ec0c6271d;hpb=da7b4fef4655148b8cfb2857e0d80e4d92a3b65e;p=senf.git diff --git a/Console/Parse.hh b/Console/Parse.hh index 91a1467..295f4a6 100644 --- a/Console/Parse.hh +++ b/Console/Parse.hh @@ -227,11 +227,11 @@ namespace console { friend class detail::ParserAccess; }; - /** \brief Console command + /** \brief Single parsed console command Every command parsed is returned in a ParseCommandInfo instance. This information is purely taken from the parser, no semantic information is attached at this point, the config/console - is not involved in any why. ParseCommandInfo consist of + node tree is not involved in any why. ParseCommandInfo consist of \li the type of command: built-in or normal command represented by a possibly relative path into the command tree. @@ -279,9 +279,9 @@ namespace console { constitutes one path element. If the first element is empty, the path is an absolute path, otherwise it is relative. If the last element is an empty string, the - path ends in a '/' char. */ + path ends with a '/' char. */ ArgumentsRange arguments() const; ///< Command arguments - /**< The returned range contains one token range for each + /**< The returned range contains one TokensRange for each argument. */ TokensRange tokens() const; ///< All argument tokens /**< The returned range contains \e all argument tokens in a