Python script to add 'boilerplate' Doxygen comments to header files en masse using the CppHeaderParser.
Comments are formatted using jinja2 templates.
Produce a pypi package installable via pip/virtualenv
$ doxyboiler.py [options...] files| Option | Value/Effect |
|---|---|
| -v | increase verbosity. Once, count of insertions Twice, each insertion listed Three, text of comments applied |
| --templates dir | template file directory to use |
| --copy-templates dir | copy default templates to dir Templates may then be customized and used with the --templates option |
$ git clone https://github.com/AndrewOfC/doxyboiler.git
$ cd doxyboiler
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt