cppalliance / mrdocs

MrDocs: A Clang/LLVM tool for building reference documentation from C++ code and javadoc comments.
https://mrdocs.com
Other
66 stars 16 forks source link

B2 support #550

Open alandefreitas opened 3 months ago

alandefreitas commented 3 months ago

Explore ways to support Jamfiles as input. Mrdocs would need some form to get information equivalent to compile commands from b2.

The goal here is to be able to get at least a handful of existing b2-based Boost libraries off the ground with a minimum of fuss. The problem is, unless we include tests in compile commands, header-only libraries don't have targets with TU that include the headers in cmake or b2.