Merge pull request #22 from Neozaru/master
Added Doxyfile for future documentation
This commit is contained in:
commit
cf8ac2c8f1
16
README
16
README
|
@ -30,3 +30,19 @@ cmake -G "Visual Studio 11 Win64" ..
|
|||
|
||||
And then do Build.
|
||||
Good luck!
|
||||
|
||||
|
||||
Build documentation (Doxygen) :
|
||||
Pequired Packages:
|
||||
* doxygen
|
||||
* graphviz (optional)
|
||||
|
||||
From root code directory, execute :
|
||||
|
||||
doxygen Doxyfile
|
||||
|
||||
If you have installed *graphviz*, you can also generate in-doc diagrams :
|
||||
|
||||
HAVE_DOT=YES doxygen Doxyfile
|
||||
|
||||
The output will go in **doc/html/**
|
||||
|
|
Loading…
Reference in New Issue