Merge pull request #22 from Neozaru/master

Added Doxyfile for future documentation
This commit is contained in:
monero-project 2014-06-04 10:16:24 -04:00
commit cf8ac2c8f1
2 changed files with 2327 additions and 1 deletions

2310
Doxyfile Normal file

File diff suppressed because it is too large Load diff

18
README
View file

@ -29,4 +29,20 @@ cd build
cmake -G "Visual Studio 11 Win64" ..
And then do Build.
Good luck!
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/**