summaryrefslogtreecommitdiff
path: root/cli/parser.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-10-31 14:47:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-10-31 14:50:43 +0200
commit92d277d12e5023d9b84407bb727311e38a98715d (patch)
tree5d1110c8a1a09ee49bbb0638a9e5305c8d254b9a /cli/parser.hxx
parentc37f07f5134104dae6d5bbc18a3d133b023ff792 (diff)
Parse and enter documentation variables
Diffstat (limited to 'cli/parser.hxx')
-rw-r--r--cli/parser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/parser.hxx b/cli/parser.hxx
index e3b1fee..733921a 100644
--- a/cli/parser.hxx
+++ b/cli/parser.hxx
@@ -56,7 +56,7 @@ private:
option_def (token&);
std::string
- doc_string (token&);
+ doc_string (const char*, std::size_t);
bool
qualified_name (token&, std::string& name);