Add NatSpec for public state variables

This commit is contained in:
William Entriken
2020-05-19 11:01:52 -05:00
committed by Alexander Arlt
parent 8a6540794a
commit 3e8b9bdb1c
+3
View File
@@ -28,6 +28,9 @@ Documentation Example
Documentation is inserted above each ``class``, ``interface`` and
``function`` using the doxygen notation format.
Note: a ``public`` state variable is equivalent to a ``function``
for the purposes of NatSpec.
- For Solidity you may choose ``///`` for single or multi-line
comments, or ``/**`` and ending with ``*/``.