Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Stack Documentation and UX
-
Labels:
-
Story Points:2
-
Epic Link:
-
Sprint:Alert Production F17 - 9
-
Team:Alert Production
Description
Doxygen currently reads .cc files in the python/ directory, leading to silly documentation like https://lsst-web.ncsa.illinois.edu/doxygen/x_masterDoxyDoc/namespacelsst_1_1afw_1_1camera_geom.html#a2a868ed61ae08543a5cc793c35f5674e.
I propose that any C++ files in python/ be excluded using an EXCLUDE or EXCLUDE_PATTERNS configuration. I'm not sure whether this only needs to be changed in base or in all packages.
Hi Pim Schellart [X], can you please review this fix for the contents of pybind11 wrappers appearing in Doxygen documentation? (In particular, will my fix suppress any legitimate code that lives in python/?) Thanks!