summaryrefslogtreecommitdiff
path: root/cli/semantics.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-10-29 12:40:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-10-29 12:40:46 +0200
commit381f872a76f6ad8fc5caee172e903f08dd652547 (patch)
treee6eb9e81154eb33421da34af9fe66360d4119cab /cli/semantics.hxx
parent4c13393de7c54d3e2075ca89a0e3ade1415c59f8 (diff)
Add parsing support for scope-level documentation
Diffstat (limited to 'cli/semantics.hxx')
-rw-r--r--cli/semantics.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/semantics.hxx b/cli/semantics.hxx
index b6b824f..3f9d61b 100644
--- a/cli/semantics.hxx
+++ b/cli/semantics.hxx
@@ -7,6 +7,7 @@
#define CLI_SEMANTICS_HXX
#include <semantics/class.hxx>
+#include <semantics/doc.hxx>
#include <semantics/elements.hxx>
#include <semantics/expression.hxx>
#include <semantics/namespace.hxx>