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: ```JSON { "parents": ["parent1","parent2"] } ```
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"] }