Difference between revisions of "Coding/Doxygen"
< Coding
Jump to navigation
Jump to search
(reflect the makefile change) |
(No difference)
|
Latest revision as of 18:51, 29 April 2007
See also Coding/Guidelines -> Documenting code.
Requirements
- Graphviz - If you don't have it you will most likely encounter this error:
./sh : dot : command not found
when you run:
make doxygen-docs
Links
- UFO:AI documentation (Doxygen generated)
- Doxygen documentation (especially the commands)