Small documentation fixes in the code

This commit is contained in:
Mathias Baumann 2019-02-21 12:54:39 +01:00
parent e7a8fed01b
commit c65a96d189
2 changed files with 1 additions and 2 deletions

View File

@ -1576,7 +1576,7 @@ private:
};
/**
* Index access to an array. Example: a[2]
* Index access to an array or mapping. Example: a[2]
*/
class IndexAccess: public Expression
{

View File

@ -84,7 +84,6 @@ public:
);
/// Stores a 256 bit integer from stack in memory.
/// @param _offset offset in memory
/// @param _type type of the data on the stack
void storeInMemory(unsigned _offset);
/// Dynamic version of @see storeInMemory, expects the memory offset below the value on the stack
/// and also updates that. For reference types, only copies the data pointer. Fails for