Made docs build (quietly) by default.

master
Camilla Berglund ago%!(EXTRA string=12 years)
parent ebe02f94af
commit fbda6d4f62
  1. 2
      docs/CMakeLists.txt
  2. 2
      docs/Doxyfile.in

@ -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)

@ -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

Loading…
Cancel
Save