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

Adding all `hyde` values under a top-level `hyde` YAML key #80

Closed fosterbrereton closed 1 year ago

fosterbrereton commented 1 year ago

This puts all hyde-specific flags under a top-level hyde field in YAML output.

This also comes with a new flag, --fixup-hyde-subfield, that when used during a --hyde-update will pull all top-level fields except title and layout under a hyde subfield.

Fixes issue #75.