tsuberim/soldoc

Include contract parents in the info object.

Opened this issue · 0 comments

Currently soldoc uses abi info from solc, which includes only the public interface.
More specifically it does not include the contracts's parents.

Would be nice to have:

{
   "parents": ["parent1","parent2"]
}