From a870dcf0c6ce7c2169149b60cd9cb21d1aaa9b79 Mon Sep 17 00:00:00 2001
From: Adam Wardynski <award@.(B-4.4.46a)>
Date: Thu, 2 Dec 2010 12:08:09 +0100
Subject: [PATCH] Ammend some comments

---
 libwccl/ops/functions/strset/getlemmas.h | 2 +-
 libwccl/ops/functions/tset/getsymbols.h  | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/libwccl/ops/functions/strset/getlemmas.h b/libwccl/ops/functions/strset/getlemmas.h
index b4017e8..741a163 100644
--- a/libwccl/ops/functions/strset/getlemmas.h
+++ b/libwccl/ops/functions/strset/getlemmas.h
@@ -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.
 	 */
diff --git a/libwccl/ops/functions/tset/getsymbols.h b/libwccl/ops/functions/tset/getsymbols.h
index 2c49201..988f741 100644
--- a/libwccl/ops/functions/tset/getsymbols.h
+++ b/libwccl/ops/functions/tset/getsymbols.h
@@ -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.
 	 */
-- 
GitLab