Skip to content

Files

Latest commit

 

History

History

doc

Documentation

Simple documentation building example that builds documentation for all targets together with an API-reference generated by doxygen.

For more information please see ESP Docs:

  1. To ensure you can build the documentation, create a docker image for building the documentation docker build -t esp-docs . (from within this directory) or docker build -t esp-docs doc from within the top-level project / espp directory.

  2. To build the documentation, simply run ./build_docs.sh from within the top-level project / espp directory.