Details
-
Type:
Story
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
All of our \param doxygen commands result in python warnings like the following (in this case, when running pipe_tasks tests):
tests/nopytest_test_coadds.py::MatchMemoryTestCase::testLeaks
|
source:282: DeprecationWarning: invalid escape sequence \s
|
source:328: DeprecationWarning: invalid escape sequence \p
|
source:385: DeprecationWarning: invalid escape sequence \p
|
We can fix this by replacing all of our doxygen \param and related backslash commands with @param, etc.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Remote Link | This issue links to "Page (Confluence)" [ 16700 ] |
Remote Link | This issue links to "Page (Confluence)" [ 31132 ] |
Resolution | Done [ 10000 ] | |
Status | To Do [ 10001 ] | Invalid [ 11005 ] |
I can't find any \param syntax in the pipelines code so I think this is no longer relevant (with the move to numpydoc helping). We still have plenty of @param lying around but they are not a problem for this ticket.
meas_astrom is the only package with \param in C++ code.