Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Stack Documentation and UX
-
Labels:None
-
Story Points:3.6
-
Epic Link:
-
Team:SQuaRE
Description
The goal of this extension is to render C++ documentation (generated by Doxygen and Breathe) equivalently to how we already render Python API documentation in pipelines.lsst.io using the automodapi directive.
automodapi creates a contents table of all the functions and classes available in a Python module namespace. It also generates rst pages (in an /py-api/ directory) with placeholders for standard Sphinx autoapi directives for individual Python functions and classes.
What this does is ensure that each function and class has its own page.
This is different from Breath's default behaviour with its doxygennamespace directive, which inserts all documentation for a given namespace into one page.
This extension will be implemented in https://github.com/lsst-sqre/documenteer
Attachments
Issue Links
- relates to
-
DM-22499 Trial generating C++ documentation for pipelines.lsst.io using Breathe's breathe-apidoc tool
- Done
-
DM-22500 Trial generating C++ documentation for pipelines.lsst.io using "exhale"
- Done
-
DM-26841 Update documenteer's doxygen configuration to encompass base configs
- Done
-
DM-19574 Add doxygen C++ documentation to module homepages
- To Do
Change log entry:
This solution integrates with Doxylink (
DM-23094) and works well with the built-in Doxygen subsite approach we're taking in documenteer 0.6. There are opportunities to improve the presentation, like scraping the class summary from the Doxygen XML output and showing it in the listing, but this is a functional minimum-viable product.Will be released in documenteer 0.6.