You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sgpearse edited this page Jun 15, 2018
·
2 revisions
Ensure the following:
In the root of your vapor repository open CMakeLists.txt. Ensure the build-doxygen option is ON.
option (BUILD_DOC "Build Vapor Doxygen documentation" ON)
In your build directory, open CMakeCache.txt. Ensure that the BUILD_DOC option is ON
BUILD_DOC:BOOL=ON
In your build directory, issue the make doc command.