eaarl-io  1.0.1+71abbd4
EAARL Input/Output Library (Public API)
All Data Structures Files Functions Variables Enumerations Enumerator Macros Pages
Documentation

Documentation with Doxygen

The library's documentation is generated using Doxygen. You'll need Doxygen installed in order to build the documentation.

On Linux, you can generate the documentation using make by specifying the doc target.

cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make doc

On Windows with Visual Studio, follow the instructions in the Building section above. For the final step, right-click on doc instead of ALL_BUILD and then select Build.

The documentation will be created as an HTML website in your build directory under doc/html. Open the file doc/html/index.html to begin browsing the documentation.

Documentation without Doxygen

You can also directly browse the underlying sources used to generate the Doxygen documentation.