From d25d98a260125cd77807bde72b264bbec21c53c5 Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 7 Dec 2014 09:46:21 +0100 Subject: [PATCH] Comments and braces. --- GlobalContext.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GlobalContext.h b/GlobalContext.h index fc3914d2a..ddbd049c2 100644 --- a/GlobalContext.h +++ b/GlobalContext.h @@ -49,8 +49,9 @@ public: void setCurrentContract(ContractDefinition const& _contract); MagicVariableDeclaration* getCurrentThis() const; + /// @returns all magic variables. std::vector getMagicVariables() const; - /// Returns a vector of all magic variables, excluding "this". + /// @returns a vector of all implicit global declarations excluding "this". std::vector getDeclarations() const; private: