mirror of https://github.com/arendst/Tasmota.git
Created Source code documentation (markdown)
parent
66af26bd27
commit
747a94d1d9
|
@ -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)
|
Loading…
Reference in New Issue