The Solidity documentation recommends "that Solidity contracts are fully annotated using NatSpec for all public interfaces (everything in the ABI)." NatSpec documentation should be used for improved readability, a better user experience, enhanced auditability, enablement of automated testing and verification, and to promote standardization and interoperability. (Functions with no NatSpec documentation at all are listed under the "NatSpec documentation for function is missing" issue.)
There is 1 instance of this issue.
File Link | Instance Count | Instance Link |
---|---|---|
Lender.sol | 1 | 130 |
Decreased readability and usability.
baudit: a custom static code analysis tool; manual review
Add NatSpec documentation for all return parameters from public functions.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.