Skip to content

Commit

Permalink
Fixes to the doxygen documentation INPUT line (#264)
Browse files Browse the repository at this point in the history
With the new structure in PR #94, that is:
* dpsim
* dpsim-models
* dpsim-villas each one has a src and include folders. This breaks the
INPUT argument in Doxygen.

This commit fixes this and resolves #260.
  • Loading branch information
m-mirz authored Mar 1, 2024
2 parents 2d8490e + 2f92013 commit 29c0145
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/doxygen/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -791,10 +791,12 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched.

INPUT = @CMAKE_CURRENT_SOURCE_DIR@/DoxyMain.md \
@CMAKE_CURRENT_SOURCE_DIR@/../../Source \
@CMAKE_CURRENT_SOURCE_DIR@/../../Include \
@CMAKE_CURRENT_SOURCE_DIR@/../../models/Source \
@CMAKE_CURRENT_SOURCE_DIR@/../../models/Include
@CMAKE_CURRENT_SOURCE_DIR@/../../dpsim/src \
@CMAKE_CURRENT_SOURCE_DIR@/../../dpsim/include \
@CMAKE_CURRENT_SOURCE_DIR@/../../dpsim-models/src \
@CMAKE_CURRENT_SOURCE_DIR@/../../dpsim-models/include \
@CMAKE_CURRENT_SOURCE_DIR@/../../dpsim-villas/src \
@CMAKE_CURRENT_SOURCE_DIR@/../../dpsim-villas/include

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down

0 comments on commit 29c0145

Please sign in to comment.