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

Make sure all elements get validated/updated #55

Closed baheath closed 4 years ago

baheath commented 4 years ago

Make sure all elements get validated/updated.

Before, many elements generated as part of the non-editable documentation weren't checked during yaml emit. This meant that many elements of Hyde documentation that have changed over time or where the header declarations changed were never updated in existing documentation. Also, extraneous elements were never removed from many elements.

Also: