15,000 USDC
View results
Submission Details
Severity: gas

Natspec multiline documentation starts with `\**` and not `\*`

Description

There are several places in code that multiline natpsec comments are written. These are written incorrect using only 1 * after the \ then the standard specifies \**.
This actually has the end result of natpsec-verification tools to not correctly identify it.

There are many examples, search for /* in the project.

Recommend Mitigation

Change /* to /** when appropriate.

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.