Instructions

All of OpenTesting's documentation is written for Doxygen and integrated inside the code base. Download Doxygen and use it to automatically generate a local copy of the documentation of any component of OpenTesting. For example, for otlib:

cd otlib/documentation
doxygen Doxyfile

You can use your own configuration file, but it is recommended that you exclude the otlib/include/otlib.h and otlib/source/dependencies paths to avoid generating duplicates and documentation for dependencies.