CMakePP / CMinx

Generates API documentation for CMake functions and macros
https://cmakepp.github.io/CMinx/
Apache License 2.0
14 stars 5 forks source link

Pandoc #78

Closed ryanmrichard closed 2 years ago

ryanmrichard commented 2 years ago

https://pandoc.org/

It might be possible to support a variety of markup languages by using pandoc.

AutonomicPerfectionist commented 2 years ago

@ryanmrichard not sure Pandoc can do anything for us here; we're tightly coupled with Sphinx-flavored RST since we use many of its directives, and they won't be translated across languages with pandoc unless they are processed by Sphinx first.

ryanmrichard commented 2 years ago

Thanks for looking into this.