Skip to content

Commit

Permalink
Merge pull request #108 from hytech-racing/revert-107-MCUDoxygen
Browse files Browse the repository at this point in the history
Revert "Doxyfile Conf Update"
  • Loading branch information
mileskent committed Sep 29, 2024
2 parents f98ae41 + f1089be commit 384f6d7
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 248 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
uses: mattnotmitt/doxygen-action@v1.9.5
with:
doxyfile-path: 'Doxyfile'

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y graphviz

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down
4 changes: 2 additions & 2 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -2481,7 +2481,7 @@ HIDE_UNDOC_RELATIONS = YES
# set to NO
# The default value is: NO.

HAVE_DOT = YES
HAVE_DOT = NO

# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
# to run in parallel. When set to 0 doxygen will base this on the number of
Expand Down Expand Up @@ -2565,7 +2565,7 @@ GROUP_GRAPHS = YES
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.

UML_LOOK = YES
UML_LOOK = NO

# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
# class node. If there are many fields or methods and many nodes the graph may
Expand Down
1 change: 1 addition & 0 deletions lib/systems/include/TorqueControllerMux.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class TorqueControllerMux
TorqueControllerMuxError can_switch_controller_(DrivetrainDynamicReport_s current_drivetrain_data,
DrivetrainCommand_s previous_controller_command,
DrivetrainCommand_s desired_controller_out);

DrivetrainCommand_s apply_positive_speed_limit_(const DrivetrainCommand_s &command);
DrivetrainCommand_s apply_torque_limit_(const DrivetrainCommand_s &command, float max_torque);
DrivetrainCommand_s apply_power_limit_(const DrivetrainCommand_s &command, const DrivetrainDynamicReport_s &drivetrain, float power_limit, float max_torque);
Expand Down
Loading

0 comments on commit 384f6d7

Please sign in to comment.