Add NatSpec note for libraries

This commit is contained in:
William Entriken 2022-02-02 18:11:14 -05:00
parent a05d2b356a
commit dcaa094f1f

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.