ENH: Doxygen page

This commit is contained in:
Sebastien Barre 2002-02-13 18:57:28 -05:00
parent 8c1b043c25
commit 25f5f1fa63
1 changed files with 2 additions and 1 deletions

View File

@ -14,8 +14,9 @@ SET (TRIGGER_SITE
SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/cvsweb.cgi/CMake/")
SET (CVS_WEB_CVSROOT "CMake")
SET (USE_DOXYGEN "On")
SET (DOXYGEN_URL "http://www.cmake.org/doc/nightly/html/" )
OPTION(BUILD_DOXYGEN "Build source documentation using doxygen" "Off")
SET (DOXYGEN_URL "http://${DROP_SITE}/CMake/Doxygen/html/" )
SET (DOXYGEN_CONFIG "${PROJECT_BINARY_DIR}/doxygen.config" )
SET (USE_GNATS "Off")