Changes between Version 1 and Version 2 of user-doxygen
- Timestamp:
- Nov 8, 2006 8:47:30 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
user-doxygen
v1 v2 2 2 3 3 Assume that you have downloaded the source code of a COIN-OR package {{{Pkg}}} in 4 a local directory {{{ coin-Pkg}}} and used {{{coin-Pkg/build}}} as build directory, following the [wiki:downloadMain quick download and installation guide].4 a local directory {{{Pkg-x.y.z}}} and used {{{Pkg-x.y.z/build}}} as build directory, following the [wiki:downloadMain quick download and installation guide]. 5 5 6 6 If you have {{{Doxygen}}} available, you can build the html documentation by typing … … 10 10 }}} 11 11 12 in the directory {{{ coin-Pkg/build}}}. Then open the file {{{coin-Pkg/doxydoc/html/index.html}}} with a browser.12 in the directory {{{Pkg-x.y.z/build}}}. Then open the file {{{Pkg-x.y.z/doxydoc/html/index.html}}} with a browser. 13 13 Note that this creates the documentation for all the projects included in the {{{Pkg}}} package. If you 14 14 prefer to generate the documentation only for a subset 15 of these projects, you can edit the file {{{ coin-Pkg/doxydoc/doxygen.conf}}} to exclude directories15 of these projects, you can edit the file {{{Pkg-x.y.z/doxydoc/doxygen.conf}}} to exclude directories 16 16 (using the {{{EXCLUDE}}} variable, for example). 17 17