File: README

package info (click to toggle)
shasta 0.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 29,648 kB
  • sloc: cpp: 82,262; python: 2,348; makefile: 223; sh: 143
file content (24 lines) | stat: -rw-r--r-- 985 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
To generate Doxygen documentation for the C++ code,
just make sure you have doxygen installed
(ubuntu package name is "doxygen"),
cd to this directory, then issue command 
"doxygen" without arguments.

HTML documentation will be created in directory "html"
under this directory. The top level file
of the documentation will be "html/index.html".
Point your browser to that to see the documentation.

Latex documentation will also be created in directory "latex".
To also generate PDF documentation, "cd latex; make pdf".
The pdf file is refman.pdf.

For readability, the C++ code does not contain
and Doxygen directives, so the generated documentation
will only contain what Doxygen can do with "EXTRACT_ALL=YES"
and without relying on documentation directives in the code.
Even with this limitation, this can be very useful to explore the C++ code.

The Doxygen documentation is too large to be added
to the git repository, and so the top level 
.gitignore ignores docs/doxygen/html.