openfoam/doc/Doxygen
2016-08-25 13:36:43 +01:00
..
css BUG: Corrected Doxygen style sheet - patch contributed by Bruno Santos. Fixes #217 2016-08-25 13:36:43 +01:00
Macros Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
_Footer GIT: Initial commit after latest foundation merge 2016-04-25 11:40:48 +01:00
_Header GIT: Initial commit after latest foundation merge 2016-04-25 11:40:48 +01:00
Allwmake Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop 2016-06-10 15:40:45 +01:00
Doxyfile ENH: (further) Doxygen documentation updates for module support 2016-06-17 17:41:04 +01:00
OpenFOAMdocIcon.png Updated doc/Doxygen 2011-06-13 22:31:43 +01:00
OpenFOAMicon.png Updated doc/Doxygen 2011-06-13 22:31:43 +01:00
README Updated documentation 2014-12-10 12:39:58 +00:00

Building the Doxygen help for OpenFOAM
======================================

The HTML documentation of OpenFOAM can be built using the Doxygen
software.  Images in the documentation are generated using "dot", a
program within the graphviz software package.  To build the
documentation on the Ubuntu Linux system, for example, the user should
install both doxygen and graphviz packages, e.g. by typing in a
terminal window:

    sudo apt-get install doxygen graphviz

The Doxygen documentation will build automatically for a user that is
configured to run OpenFOAM, i.e. has environment variables such as
$WM_PROJECT_DIR set.  The user must also ensure they have write
permission for the directory that Doxygen writes files to.

The Doygen configuration file, Doxyfile, in the
$WM_PROJECT_DIR/doc/Doxygen directory is configured to work with
Doxygen versions 1.6.3-1.8.5.


**Note**:
    For versions of Doxygen below 1.7, the final <div> in the
    _Header file (line 37) must be deleted before running Doxygen to
    produce the correctly formatted HTML files.