mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
8 lines
423 B
Text
8 lines
423 B
Text
To create the developer auto-docs, install doxygen (it's available for most platforms here:
|
|
http://www.stack.nl/~dimitri/doxygen/ ), and run
|
|
|
|
> doxygen Doxyfile
|
|
|
|
in this directory. This will create the auto-docs in ./output/html. To read, point your web browser to
|
|
evennia/docs/doxygen/output/html/index.html. If you prefer a pdf / paper hardcopy, install the LaTeX
|
|
system and activate the relevant section in Doxyfile.
|