doc: add Doxygen build system
- add Doxygen build configuration file template and CMake list file. - add option for building documentation. - the content of documentation should be filled in future.
This commit is contained in:
6
doc/CMakeLists.txt
Normal file
6
doc/CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
||||
# Configure Doxygen config file
|
||||
configure_file(
|
||||
${CMAKE_CURRENT_LIST_DIR}/Doxyfile.in
|
||||
${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
|
||||
@ONLY
|
||||
)
|
Reference in New Issue
Block a user