add doxygen config file to /doc folder.

master
lodici 2016-10-18 11:46:29 +01:00
parent 0ce8beca7e
commit 2e757937d0
3 changed files with 2371 additions and 0 deletions

2
.gitignore vendored
View File

@ -6,3 +6,5 @@ release/duels/
release/Magarena/decks/firemind/
release/Magarena/decks/*.dec
release/Magarena/reports
doc/doxygen/
doc/doxygen*.tmp

6
doc/doxygen-readme.md Normal file
View File

@ -0,0 +1,6 @@
Doxygen (http://www.stack.nl/~dimitri/doxygen/) is a tool for generating documentation from various code sources, including Java. It is a very handy tool for visualizing the relations between the various elements by means of dependency graphs, inheritance diagrams, and collaboration diagrams, which are all generated automatically.
The ``magarena.DoxyFile`` can be opened in ``doxywizard`` and should be ready to run as-is. It will generate the documentation in ``doc/doxygen`` (ignored by git).
Please note, that the "dot" tool from graphviz (http://www.graphviz.org/) is required to generate the diagrams and graphs.

2363
doc/magarena.Doxyfile Normal file

File diff suppressed because it is too large Load Diff