You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The general idea is to add a JSON backend to clang-doc, that can be used to verify all the various Info* extraction from the source code (e.g. do we extract the correct data from source files). The JSON backend could essentially become an internal backend that the existing backends (HTML, Markdown, etc.) use in conjunction with mustache templates. That should allow us to remove a significant amount of code from clang-doc, and greatly simplify the implementation.
This would also simplify testing, since the JSON testing would decouple formatting checks via templates from core functionality, and reduce the number of tests we need to maintain.