diff options
author | Christian <c@ethdev.com> | 2014-10-28 23:51:26 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-10-28 23:51:26 +0800 |
commit | 933fbd7d60006092cd8846cc164188f7ad41460f (patch) | |
tree | ea0e55efa7ef364cb966ae3e8a019a7ccfa53866 /Scope.h | |
parent | fae8ca001ef33041b5ba5debc5a71ecc3eb5645b (diff) | |
download | dexon-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.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: |