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 merge requests found
...@@ -31,7 +31,7 @@ public: ...@@ -31,7 +31,7 @@ public:
/** /**
* @returns String representation of the function in the form of: * @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 * @note This version does not require tagset, but may be inclomplete
* and/or contain internal info. * and/or contain internal info.
*/ */
......
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
namespace Wccl { namespace Wccl {
/**
* Operator that gets tagset symbols from a token at given position.
*/
class GetSymbols : public Function<TSet> { class GetSymbols : public Function<TSet> {
public: public:
typedef boost::shared_ptr<Function<Position> > PosFunctionPtr; typedef boost::shared_ptr<Function<Position> > PosFunctionPtr;
...@@ -25,7 +28,7 @@ public: ...@@ -25,7 +28,7 @@ public:
/** /**
* @returns String representation of the function in the form of: * @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 * @note This version does not require tagset, but will be inclomplete
* and/or contain internal info. * and/or contain internal info.
*/ */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment