Merge pull request #12618 from fulldecent/develop

Add NatSpec note for libraries
This commit is contained in:
chriseth
2022-02-03 18:23:29 +01:00
committed by GitHub
+1 -1
View File
@@ -36,7 +36,7 @@ tools.
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.
A ``public`` state variable is equivalent to a ``function``
for the purposes of NatSpec.