@navionics/nav_doxygen_theme
v0.1.0
Published
Custom Navionics Theme for Doxygen Document engine
Downloads
2
Readme
Navionics Doxygen Theme
Custom Navionics Theme for Doxygen Document engine
Hot To use it:
- 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
Hot To customize it:
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.
Directory Content
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