Skip to content

Commit

Permalink
testing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpatek committed Mar 17, 2024
1 parent 56556ef commit ed9a567
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ QUIET = NO
PROJECT_NAME = "SigFn"
#PROJECT_NUMBER = @PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@
INPUT = @PROJECT_SOURCE_DIR@ \
@PROJECT_SOURCE_DIR@/docs
@PROJECT_SOURCE_DIR@/docs \
@PROJECT_SOURCE_DIR@/include

FILE_PATTERNS = *.hpp \
*h \
*.md
EXTRACT_ALL = YES
OUTPUT_DIRECTORY = @CMAKE_BINARY_DIR@/docs
Expand Down

0 comments on commit ed9a567

Please sign in to comment.