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

Set tested_by to __OPTIONAL__ by default for anything that’s compiler-generated. #67

Closed ranayadav closed 1 year ago

ranayadav commented 3 years ago

Is your feature request related to a problem? Please describe. Compiler generated code (default constructor etc) should not be required to be tested by tests.

Describe the solution you'd like Set tested_by: to OPTIONAL if the API is compiler-generated.

Describe alternatives you've considered

Additional context