Made docs build (quietly) by default.

This commit is contained in:
Camilla Berglund 2013-03-18 21:31:04 +01:00
parent ebe02f94af
commit fbda6d4f62
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
add_custom_target(docs ${DOXYGEN_EXECUTABLE}
add_custom_target(docs ALL ${DOXYGEN_EXECUTABLE}
WORKING_DIRECTORY ${GLFW_BINARY_DIR}/docs
COMMENT "Generating HTML documentation" VERBATIM)

View File

@ -603,7 +603,7 @@ CITE_BIB_FILES =
# The QUIET tag can be used to turn on/off the messages that are generated
# by doxygen. Possible values are YES and NO. If left blank NO is used.
QUIET = NO
QUIET = YES
# The WARNINGS tag can be used to turn on/off the warning messages that are
# generated by doxygen. Possible values are YES and NO. If left blank