We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc0e81 commit fc14025Copy full SHA for fc14025
doc/CMakeLists.txt
@@ -30,10 +30,10 @@ list(APPEND DOXYGEN_ALIASES "unimplemented=@qualifier UNIMPLEMENTED @brief @html
30
31
add_subdirectory(html)
32
33
-doxygen_add_docs(doc
+doxygen_add_docs(docs
34
markdown/Introduction.md fake_init.h ../include ../src
35
ALL
36
COMMENT "Generate Fenix documentation")
37
-message(STATUS "Run `make doc` to build documentation")
+message(STATUS "Run `make docs` to build documentation")
38
39
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/man DESTINATION ${CMAKE_INSTALL_PREFIX})
0 commit comments