Skip to content

Commit

Permalink
Doxygen configuration extended with source directory of the applicati…
Browse files Browse the repository at this point in the history
…on specific HAL library.
  • Loading branch information
BlueAndi committed Nov 2, 2023
1 parent 9952905 commit e70470d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion doc/doxygen/ConvoyLeaderSimDoxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,8 @@ INPUT = mainpage.dox \
../../lib/Service \
../../lib/HALSim \
../../lib/HALInterfaces \
../../lib/APPConvoyLeader
../../lib/APPConvoyLeader \
../../lib/HALConvoyLeaderSim

# 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
3 changes: 2 additions & 1 deletion doc/doxygen/ConvoyLeaderTargetDoxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,8 @@ INPUT = mainpage.dox \
../../lib/Service \
../../lib/HALTarget \
../../lib/HALInterfaces \
../../lib/APPConvoyLeader
../../lib/APPConvoyLeader \
../../lib/HALConvoyLeaderTarget

# 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
3 changes: 2 additions & 1 deletion doc/doxygen/LineFollowerSimDoxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,8 @@ INPUT = mainpage.dox \
../../lib/APPLineFollower \
../../lib/Service \
../../lib/HALSim \
../../lib/HALInterfaces
../../lib/HALInterfaces \
../../lib/HALLineFollowerSim

# 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
3 changes: 2 additions & 1 deletion doc/doxygen/LineFollowerTargetDoxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,8 @@ INPUT = mainpage.dox \
../../lib/APPLineFollower \
../../lib/Service \
../../lib/HALTarget \
../../lib/HALInterfaces
../../lib/HALInterfaces \
../../lib/HALLineFollowerTarget

# 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
1 change: 1 addition & 0 deletions doc/doxygen/RemoteControlSimDoxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,7 @@ INPUT = mainpage.dox \
../../lib/Service \
../../lib/HALSim \
../../lib/HALInterfaces \
../../lib/HALRemoteControlSim \
../../lib/APPRemoteControl

# This tag can be used to specify the character encoding of the source files
Expand Down
3 changes: 2 additions & 1 deletion doc/doxygen/RemoteControlTargetDoxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,8 @@ INPUT = mainpage.dox \
../../lib/Service \
../../lib/HALTarget \
../../lib/HALInterfaces \
../../lib/APPRemoteControl
../../lib/APPRemoteControl \
../../lib/HALRemoteControlTarget

# 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 e70470d

Please sign in to comment.