realm / jazzy

Soulful docs for Swift & Objective-C
https://realm.io
MIT License
7.35k stars 413 forks source link

Discard documenting a declaration type #1286

Closed HassanElDesouky closed 3 years ago

HassanElDesouky commented 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.

johnfairh commented 3 years ago

Nope, you'll need to :nodoc: them or edit the json to remove the sourcekitten.source.lang.objc.decl.constant etc. hashes.

Make sure you tell the DocC folks about all your requirements!