Minor fixup of the docs/README.txt file
This commit is contained in:
parent
2306449ee1
commit
dd491d4fde
1 changed files with 8 additions and 6 deletions
|
|
@ -43,22 +43,24 @@ EVENNIA DOCUMENTATION
|
||||||
|
|
||||||
doxygen config.dox
|
doxygen config.dox
|
||||||
|
|
||||||
This will create the auto-docs in a folder 'doxygen/html'.
|
This will create the auto-docs in a folder 'html'.
|
||||||
|
|
||||||
- Start your web browser and point it to
|
- Start your web browser and point it to
|
||||||
|
|
||||||
<evenniadir>/docs/doxygen/html/index.html
|
<evenniadir>/docs/html/index.html
|
||||||
|
|
||||||
- If you prefer a pdf version for printing, use LaTeX by
|
- If you prefer a pdf version for printing, use LaTeX by
|
||||||
activating the relevant section in config.dox. Run the
|
activating the relevant section in config.dox. Run the
|
||||||
doxygen command again as above and a new folder 'latex'
|
doxygen command again as above and a new folder 'latex'
|
||||||
will be created with the latex sources. With the latex
|
will be created with the latex sources. You need the
|
||||||
processing system installed, then run
|
LaTeX processing system installed, then enter the new
|
||||||
|
latex/ folder and run
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
in the newly created folder to create the pdf. Be warned
|
This will create the pdf. Be warned however that the pdf
|
||||||
however that the pdf docs are >340 pages long!
|
docs are many hundreds of pages and the automatic formatting
|
||||||
|
of doxygen is not always succeeding.
|
||||||
|
|
||||||
- Doxyfile is allows for plenty of configuration to get the
|
- Doxyfile is allows for plenty of configuration to get the
|
||||||
docs to look the way you want. You can also output to other
|
docs to look the way you want. You can also output to other
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue