diff options
Diffstat (limited to 'Scope.h')
-rw-r--r-- | Scope.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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: |