licensing, initial documentation initiative
This commit is contained in:
parent
f5612dc3c5
commit
763d956bf8
30 changed files with 1178 additions and 383 deletions
10
doc/CMakeLists.txt
Normal file
10
doc/CMakeLists.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
set(DOXYGEN_GENERATE_HTML YES)
|
||||
set(DOXYGEN_GENERATE_MAN YES)
|
||||
|
||||
doxygen_add_docs(
|
||||
documentation
|
||||
${PROJECT_SOURCE_DIR}/src
|
||||
mainpage.dox
|
||||
ALL
|
||||
COMMENT "Generate man and html pages"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue