Theta/docs/doxygen-bootstrapped/example-site
2019-11-04 17:04:46 +01:00
..
src Added Travis CI file 2019-11-04 17:04:46 +01:00
.gitignore Added Travis CI file 2019-11-04 17:04:46 +01:00
Doxyfile Added Travis CI file 2019-11-04 17:04:46 +01:00
README.md Added Travis CI file 2019-11-04 17:04:46 +01:00

Example project

This is a minimal working example to get you started.

How to run this example

Run:

doxygen Doxyfile

within this folder and the documentation for this minimal example will be generated in Doc/html.

How to Integrate

This example uses the provided header and footer as well as the root projects customdoxygen.css and doxyboot.js files.

  • HTML_HEADER=header.html
  • HTML_FOOTER=footer.html
  • HTML_EXTRA_STYLESHEET=../customdoxygen.css
  • HTML_EXTRA_FILES=../doxy-boot.js