DigixGlobal / doxity

📑 Documentation Generator for Solidity
BSD 3-Clause "New" or "Revised" License
212 stars 59 forks source link

Constant / Pure / View Functions #20

Open gakonst opened 7 years ago

gakonst commented 7 years ago

With the upcoming versions of solidity, the keyword constant will stop being used and will be replaced by pure and view. Are there plans for integrating that in the tool? (just stumbled on this today, it is great btw)

IstoraMandiri commented 7 years ago

This will largely depend on the solidity compiler handles it. It should just work out of the box as long as there aren't any breaking changes, but if the output if there are, it's likely that doxity will need an update. Either way, I plan to continue maintaining doxity and will publish a fix if required.

Thanks for the heads up.