Francisco Giordano
Francisco Giordano
I agree that `view` is relevant in API docs. But I don't understand why `override` would be included, since I see it as an implementation detail.
Can you show the pieces of documentation that are affected by this? I remain of the opinion that `override` is just an implementation detail, and that if there is any...
You're right this should be available out of the box, there is quite a bit of complexity. I've implemented this [for OpenZeppelin Contracts](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/4ff538af58455987a45243a5ecefca76544969cd/docs/templates/properties.js) so you can reuse that but adding...
The suggestion doesn't really work because `` elements are not permitted to have paragraphs inside them. It's not really possible to do this generically with markdown. You can solve this...
Hi @StErMi, Sorry there is no tutorial. I encourage you to give it a shot by installing and running it and asking questions as needed.
@vladyan18 The reason I didn't do that is that indentation can be significant. For example if the contents of the comment contain a Solidity example: ``` /** * This function...
I'm very happy to see that you guys were able to implement the feature, even if a quick and dirty hack! I'm sure you've also noticed that the code is...
Thanks. I have a fix for that I'll publish later.
@vladyan18 Just published the full suite of templates in a new beta. If you're testing this, I'd love to know what you think.
Hey guys, I am working on a refactor/rewrite in the [`refactor`](https://github.com/OpenZeppelin/solidity-docgen/tree/refactor) branch. It is much more robust. I would like to fix your issue. What is the repository with the...