Skip to content

Commit

Permalink
fix pathing for doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Danehy committed Nov 3, 2023
1 parent d871535 commit ffd9ea4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/doxygen/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -769,13 +769,7 @@ WARN_LOGFILE = dox.warnings
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = @PROJECT_SOURCE_DIR@/resolve/cpu \
@PROJECT_SOURCE_DIR@/resolve/cuda \
@PROJECT_SOURCE_DIR@/resolve/hip \
@PROJECT_SOURCE_DIR@/resolve/matrix \
@PROJECT_SOURCE_DIR@/resolve/vector \
@PROJECT_SOURCE_DIR@/resolve/workspace \
@PROJECT_SOURCE_DIR@/resolve/
INPUT = ../../resolve/


# This tag can be used to specify the character encoding of the source files
Expand Down

0 comments on commit ffd9ea4

Please sign in to comment.