summaryrefslogtreecommitdiff
path: root/cli/html.cxx
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/html.cxx
parentc37f07f5134104dae6d5bbc18a3d133b023ff792 (diff)
Parse and enter documentation variables
Diffstat (limited to 'cli/html.cxx')
-rw-r--r--cli/html.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/html.cxx b/cli/html.cxx
index dd49a91..1f84fdd 100644
--- a/cli/html.cxx
+++ b/cli/html.cxx
@@ -82,6 +82,9 @@ namespace
virtual void
traverse (type& ds)
{
+ if (ds.name ().compare (0, 3, "doc") != 0) // Ignore doc variables.
+ return;
+
// n = 1 - common doc string
// n = 2 - arg string, common doc string
// n > 2 - arg string, usage string, man string