|
The TSE3 library provides extensive on-line documentation which is extracted by the KDOC tool.
You must build the TSE3 documentation to access this information.
You do this by entering the doc
directory and
typing make tse3-kdoc
. This builds the main TSE3 API
reference which details every single class in TSE3. You can also
build a reference for each namespace individually, type make
tse3-kdoc-libs
.
The easy way is to do a make tse3-kdoc-all
which builds
both.
You will need to have a copy of KDOC installed that correctly handles namespaces (2.0a35 or later works).
The comprehensive KDOC API reference provides the following information.
The individual namespace references are:
You can remove all of the documentation using
make tse3-kdoc-clean
.
|