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

`--infer-owner` with `git blame` #74

Open nickpdemarco opened 2 years ago

nickpdemarco commented 2 years ago

Is your feature request related to a problem? Please describe. This is a feature request.

Describe the solution you'd like I would like an option added to hyde, --infer-owner (subject to bikeshedding) which instructs hyde to leverage git blame (or a comparable command for other version control systems) to make a best guess at the owner of a particular code segment (class, function, file, etc). This could be used to autofill the owner field of the emitted YAML and reduce the amount of manual work needed to update one's docs.

Describe alternatives you've considered Additional context