Skip to content

Commit

Permalink
Updated Doxygen Config (#18)
Browse files Browse the repository at this point in the history
* updated doxygen config
  • Loading branch information
johnpatek authored Jan 5, 2025
1 parent 2a3ebc2 commit a91a24e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 111 deletions.
2 changes: 2 additions & 0 deletions docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ set(doxyfile ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile)

configure_file(${doxyfile_in} ${doxyfile} @ONLY)

message(${PROJECT_SOURCE_DIR})

add_custom_target(docs
COMMAND ${DOXYGEN_EXECUTABLE} ${doxyfile}
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
Expand Down
5 changes: 3 additions & 2 deletions docs/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ QUIET = NO
PROJECT_NAME = "SigFn"
#PROJECT_NUMBER = @PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@
INPUT = @PROJECT_SOURCE_DIR@/docs \
@PROJECT_SOURCE_DIR@/include
@PROJECT_SOURCE_DIR@/include \
@PROJECT_SOURCE_DIR@

FILE_PATTERNS = *.hpp \
*h \
*.md
EXTRACT_ALL = YES
OUTPUT_DIRECTORY = @CMAKE_BINARY_DIR@/docs
USE_MDFILE_AS_MAINPAGE = mainpage.md
USE_MDFILE_AS_MAINPAGE = README.md
109 changes: 0 additions & 109 deletions docs/mainpage.md

This file was deleted.

0 comments on commit a91a24e

Please sign in to comment.