Closed HassanElDesouky closed 3 years ago
Is there a way to discard documenting a certain declaration type? For example, I don't want to generate documentation for constants.
constants
Nope, you'll need to :nodoc: them or edit the json to remove the sourcekitten.source.lang.objc.decl.constant etc. hashes.
:nodoc:
sourcekitten.source.lang.objc.decl.constant
Make sure you tell the DocC folks about all your requirements!
Is there a way to discard documenting a certain declaration type? For example, I don't want to generate documentation for
constants
.