aboutsummaryrefslogtreecommitdiffstats
path: root/Scope.h
diff options
context:
space:
mode:
authorChristian <c@ethdev.com>2014-10-28 23:51:26 +0800
committerChristian <c@ethdev.com>2014-10-28 23:51:26 +0800
commit933fbd7d60006092cd8846cc164188f7ad41460f (patch)
treeea0e55efa7ef364cb966ae3e8a019a7ccfa53866 /Scope.h
parentfae8ca001ef33041b5ba5debc5a71ecc3eb5645b (diff)
downloaddexon-solidity-933fbd7d60006092cd8846cc164188f7ad41460f.tar
dexon-solidity-933fbd7d60006092cd8846cc164188f7ad41460f.tar.gz
dexon-solidity-933fbd7d60006092cd8846cc164188f7ad41460f.tar.bz2
dexon-solidity-933fbd7d60006092cd8846cc164188f7ad41460f.tar.lz
dexon-solidity-933fbd7d60006092cd8846cc164188f7ad41460f.tar.xz
dexon-solidity-933fbd7d60006092cd8846cc164188f7ad41460f.tar.zst
dexon-solidity-933fbd7d60006092cd8846cc164188f7ad41460f.zip
Asterisk-syntax for doxygen class documentation.
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: