Possible to have :nodoc: on constructor from JSON::Serializable?

I have a class I am documenting for ‘completeness’ even though it is only used internally by my shard. I can suppress the docs for the constructor I wrote, but when I generate the docs the constructor coming from JSON::Serializable is present. Is there any way to suppress this also?

Thanks.