Goosefoot Mesher - CGAL
Documentation generation

The documentation may be compiled and sent to Github pages by the following commands.

1 cd docs/
2 doxygen Doxyfile
3 ghp-import -n html
4 git push origin gh-pages

Note that this requires the Python ghp-import script.