Skip to content
Snippets Groups Projects
Commit a870dcf0 authored by Adam Wardynski's avatar Adam Wardynski
Browse files

Ammend some comments

parent 91fe26a5
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ public:
/**
* @returns String representation of the function in the form of:
* "base(pos_expr_string)"
* "base(pos_expr_raw_string)"
* @note This version does not require tagset, but may be inclomplete
* and/or contain internal info.
*/
......
......@@ -7,6 +7,9 @@
namespace Wccl {
/**
* Operator that gets tagset symbols from a token at given position.
*/
class GetSymbols : public Function<TSet> {
public:
typedef boost::shared_ptr<Function<Position> > PosFunctionPtr;
......@@ -25,7 +28,7 @@ public:
/**
* @returns String representation of the function in the form of:
* "attribute_name[pos_expr_string]"
* "raw_attribute_name[pos_expr_raw_string]"
* @note This version does not require tagset, but will be inclomplete
* and/or contain internal info.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment