Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: lsstDoxygen, sconsUtils
-
Labels:None
-
Story Points:4
-
Team:Architecture
Description
In DM-3200 I modified sconsUtils such that all the paths used in doxygen.conf files were quoted so that spaces could be used. This change broke documentation building (DM-4310) because makeDocs did not expect double quotes to be relevant. This ticket is to fix makeDocs and to re-enable quoting of paths in config files.
I have changed makeDocs such that it understands quoting in doxygen.conf file and will now quote tho output config file if required. Quoting has been added back to sconsUtils but only if required by the presence of a space.
The
DM-4513sconsUtils branch is being tested on Jenkins. The only way to test the full buildbot system was to merge the lsstDoxygen fixes directly to master as buildbot will not checkout a ticket branch.