primitive-dodoc icon indicating copy to clipboard operation
primitive-dodoc copied to clipboard

Abstract contracts not rendered

Open SebastienGllmt opened this issue 1 year ago • 0 comments

If you have an abstract contract in your project, there is no documentation generated for any of it other than the top-level comment block for the contract (ex the title)

The readme of this project does say that

Due to the technical limitations of the Solidity compiler, the documentation of private and internal functions is not rendered. Hence, the documentation of libraries might be close to empty!

I'm not sure if abstract contracts fall under this scope as well, but abstract contract docgen does work in https://github.com/OpenZeppelin/solidity-docgen at least

SebastienGllmt avatar Jan 08 '24 05:01 SebastienGllmt