"Fossies" - the Fresh Open Source Software archive

Member "root/cint/cling/www/docs/internal/doxygen.html" of archive root_v5.34.07.source.tar.gz:


Caution: In this restricted "Fossies" environment the current HTML page may not be correctly presentated and may have some non-functional links. Alternatively you can here view or download the uninterpreted source code. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.

Doxygen

Doxygen is a software documentation generator system for multiple programming languages. It can generate documentation in different formats (such as HTML, Latex, RTF, PostScript). The documentation tool is useful for the developers, because the documentation is inlined in the source code, which makes it easy to keep in sync with the new revisions of the project. It walks up the source files and even there is no documentation provided it can generate description in terms of UML diagrams - particularly useful when dealing with large codebases.

Cling has online doxygen documentation that could be found here

If you want to be able to browse offline the doxygen documentation you can build your own with:

cd CLING_BUILD_DIR/docs/
make regendoc