Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ecflow provides support for doxygen generated documentation via integration with cmake. The main benefit here is to see the class hierarchy. 

To generate the doxygen, change directory to the cmake build dir.

Code Block
make doxygen

Then open in the browser: <builder_dir>/Doc/doxygen/html/index.html


SPHINX

At one point all of ecflow documentation was done with sphinx, however when confluence was adopted, we were asked to stop using it. 

...