aboutsummaryrefslogtreecommitdiffstats
path: root/Scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'Scope.h')
-rw-r--r--Scope.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Scope.h b/Scope.h
index 83b01f42..637c2d5c 100644
--- a/Scope.h
+++ b/Scope.h
@@ -32,8 +32,10 @@ namespace dev
namespace solidity
{
-/// Container that stores mappings betwee names and declarations. It also contains a link to the
-/// enclosing scope.
+/**
+ * Container that stores mappings betwee names and declarations. It also contains a link to the
+ * enclosing scope.
+ */
class Scope
{
public: