mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #12618 from fulldecent/develop
Add NatSpec note for libraries
This commit is contained in:
commit
2b141c23ba
@ -36,7 +36,7 @@ tools.
|
|||||||
Documentation Example
|
Documentation Example
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
Documentation is inserted above each ``contract``, ``interface``,
|
Documentation is inserted above each ``contract``, ``interface``, ``library``,
|
||||||
``function``, and ``event`` using the Doxygen notation format.
|
``function``, and ``event`` using the Doxygen notation format.
|
||||||
A ``public`` state variable is equivalent to a ``function``
|
A ``public`` state variable is equivalent to a ``function``
|
||||||
for the purposes of NatSpec.
|
for the purposes of NatSpec.
|
||||||
|
Loading…
Reference in New Issue
Block a user