• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

Makefile.amH A D03-May-2022129 63

Makefile.inH A D03-May-202211.6 KiB433366

READMEH A D03-May-20221.3 KiB3525

config.doxyH A D03-May-20227.9 KiB212210

config.doxy.linuxH A D03-May-20227.8 KiB211209

README

1GNU/Linux:
2----------
3
41) Download and install a recent version of Doxygen (preferably version 1.3.3 or
5later). See http://www.doxygen.org/.
62) Download and install a recent version of GraphViz. See
7http://www.research.att.com/sw/tools/graphviz/.
83) Run ``doxygen config.doxy.linux'' in this directory or load and generate the file
9config.doxy.linux from the Doxywizard application. Or alternatively ``make docs'' can
10be run from the build/gnu folder.
11
12The generated html documentation will be placed in /doc/api_reference/. To open
13the main page of the documentation, open the file /doc/api_reference/index.html in
14an html browser.
15
16
17Windows:
18--------
19
201) Download and install a recent Doxygen (preferably version 1.3.4 or later). See
21http://www.doxygen.org/.
222) Download and install a recent version of GraphViz. See
23http://www.research.att.com/sw/tools/graphviz/.
243) If needed, edit the config.doxy file in an ascii text editor so that
25``DOT_PATH'' variable points to the folder where GraphViz is installed.
264) Run ``doxygen config.doxy'' in this directory or load and generate the file
27config.doxy from the Doxywizard application.
28
29The generated html documentation will be placed in /doc/api_reference/. To open
30the main page of the documentation, open the file /doc/api_reference/index.html in
31an html browser.
32
33
34
35