mirror of
https://github.com/gwm17/glfw.git
synced 2025-01-30 10:58:50 -05:00
Made docs build (quietly) by default.
This commit is contained in:
parent
ebe02f94af
commit
fbda6d4f62
|
@ -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…
Reference in New Issue
Block a user