Created Source code documentation (markdown)

Rene Bartsch 2018-06-29 18:56:49 +02:00
parent 66af26bd27
commit 747a94d1d9
1 changed files with 5 additions and 0 deletions

@ -0,0 +1,5 @@
# Generating source code documentation
Tasmota ships with a configuration file (Doxyfile) for the [Doxygen](http://www.stack.nl/~dimitri/doxygen/) source code documentation generator. Just [install Doxygen](http://www.stack.nl/%7Edimitri/doxygen/download.html#srcbin), [install GraphViz](https://www.graphviz.org/download/) and run updateDocs.sh to generate the source code documentation.
# Creating source code documenation
See the [Doxygen manual](http://www.stack.nl/%7Edimitri/doxygen/manual/docblocks.html#cppblock)