lsst-sqre / documenteer

Sphinx extensions, configurations, and tooling for Rubin Observatory documentation projects
https://documenteer.lsst.io
MIT License
5 stars 3 forks source link

DM-22461: Add an autocppapi directive that lists contents in a C++ namespace #86

Closed jonathansick closed 4 years ago

jonathansick commented 4 years ago

The autocppapi directive is the C++ equivalent of the automodapi we use for listing Python APIs. It's made to integrate with the doxylink extension. Example:

.. autocppapi:: lsst::afw::table

This lists classes, structs, etc. that include `lsst::afw::table`` in their signature.