Custom Navionics Theme for Doxygen Document engine
- Move the directories
template
andDoxyfile
in your preferred space - Edit the
Doxyfile
and provide the:- INPUT directory, it's the code directory. NOTE: This directory need to contain a Markdown file named
README.md
used as homepage of documentation. - OUTPUT_DIRECTORY , it's the directory where you want the site
- INPUT directory, it's the code directory. NOTE: This directory need to contain a Markdown file named
- Open the terminal and run the command
doxygen Doxifile
It's a canonical NPM project driven by Grunt tools. If you want develop new feature you need to have NodeJS installed in your system.
The html assets it's developed with Bootstrap library.
demo/
: The demo directory how to test the themetemplate/
: The template files and static assetsDoxyfile
: Doxygen config fileGruntfile.js
: Grunt config filepackage.json
: Npm config fileLICENSE
: License fileREADME.md
: This file