[Solved] WeBase `@brief` error

2023/05/20 19:20

Error

DocstringParsingError: Doc tag @brief not valid for functions.

Solution

Delete all the comment in contract.

/**
* @brief xxx
* @param xxx
* @return xxx
*/

Leave a Reply

Back to top