Loading [MathJax]/extensions/tex2jax.js
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
mxlib Documentation Standards

how to document mxlib code

Documenting mxlib Code

mxlib uses doxygen.

Documenting Tests

mxlib uses the Catch2 unit testing framework.

To document a test and link it to the entity being tested:

  1. Document the test SCENARIO like a function, but include an
    \anchor 
    .
  2. In the documentation for the tested entity, add a
    \test 
    , which includes a reference to the anchor.
  3. Be sure that the directory containing the file containing the test is included in mxlib_doxygen.in