Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 1.09 KB

Comments.md

File metadata and controls

10 lines (9 loc) · 1.09 KB

All About Comments

Tag Description Context
@title Title that describes the contract Contract, Interfaces
@author Author name Contract, Interfaces, Functions
@notice Explanation of functionality Contract, Interfaces, Functions
@dev Any extra details Contract, Interfaces, Functions
@param Parameter type followed by parameter name Functions
@return return value of a function Functions