adobe / hyde

A front-end to Jekyll that parses C++ sources to produce and enforce out-of-line documentation
http://opensource.adobe.com/hyde/
MIT License
323 stars 41 forks source link

Provide option to omit all class elements without public access #9

Closed fosterbrereton closed 5 years ago

fosterbrereton commented 5 years ago

This has been fixed with the inclusion of access filter command line flags. Only one is valid at a time:

    -access-filter-private   - Process all elements
    -access-filter-protected - Process public and protected elements
    -access-filter-public    - Process public elements