mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #6065 from ethereum/minor-doc-fix
Small documentation fixes in the code
This commit is contained in:
commit
82f3774a13
@ -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
|
class IndexAccess: public Expression
|
||||||
{
|
{
|
||||||
|
@ -84,7 +84,6 @@ public:
|
|||||||
);
|
);
|
||||||
/// Stores a 256 bit integer from stack in memory.
|
/// Stores a 256 bit integer from stack in memory.
|
||||||
/// @param _offset offset in memory
|
/// @param _offset offset in memory
|
||||||
/// @param _type type of the data on the stack
|
|
||||||
void storeInMemory(unsigned _offset);
|
void storeInMemory(unsigned _offset);
|
||||||
/// Dynamic version of @see storeInMemory, expects the memory offset below the value on the stack
|
/// 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
|
/// and also updates that. For reference types, only copies the data pointer. Fails for
|
||||||
|
Loading…
Reference in New Issue
Block a user