You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``@title`` A title that should describe the contract/interface contract, library, interface, struct, enum
120
-
``@author`` The name of the author contract, library, interface, struct, enum
121
-
``@notice`` Explain to an end user what this does contract, library, interface, function, public state variable, event, struct, enum, error
122
-
``@dev`` Explain to a developer any extra details contract, library, interface, function, state variable, event, struct, enum, error
123
-
``@param`` Documents a parameter just like in Doxygen (must be followed by parameter name) function, event, error
124
-
``@return`` Documents the return variables of a contract's function function, public state variable
125
-
``@inheritdoc`` Copies all missing tags from the base function (must be followed by the contract name) function, public state variable
119
+
``@title`` A title that should describe the contract/interface contract, library, interface, struct, enum, enum values
120
+
``@author`` The name of the author contract, library, interface, struct, enum, enum values
121
+
``@notice`` Explain to an end user what this does contract, library, interface, function, public state variable, event, struct, enum, enum values error
122
+
``@dev`` Explain to a developer any extra details contract, library, interface, function, state variable, event, struct, enum, enum values, error
123
+
``@param`` Documents a parameter just like in Doxygen (must be followed by parameter name) function, event, enum values, error
124
+
``@return`` Documents the return variables of a contract's function function, enum, enum values, public state variable
125
+
``@inheritdoc`` Copies all missing tags from the base function (must be followed by the contract name) function, enum, enum values, public state variable
126
126
``@custom:...`` Custom tag, semantics is application-defined everywhere
0 commit comments