Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Build code documentation using
doxygen
If you write your in-code comments in header file and use the `/** stuff */` JavaDoc format (note two asterisk), doxygen will recognize it and try to build the documentation using those comments. Github Pages supports hosting a website, so we can utilize this to publish the in-code documentation to a specific `github.io` url. *Caution: This repository is private but the published site will be public.* (So we may want to hide this before we submit the project)
- Loading branch information