Merge pull request #7998 from ethereum/updateNatspec

Update natspec
This commit is contained in:
chriseth 2019-12-12 17:11:27 +01:00 committed by GitHub
commit 200747e298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ Tag
``@notice`` Explain to an end user what this does contract, interface, function
``@dev`` Explain to a developer any extra details contract, interface, function
``@param`` Documents a parameter just like in doxygen (must be followed by parameter name) function
``@return`` Documents the return type of a contract's function function
``@return`` Documents the return variables of a contract's function function
=========== =============================================================================== =============================
If your function returns multiple values, like ``(int quotient, int remainder)``