Skip to content

Commit

Permalink
scenario fix on api documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaostuni committed Feb 5, 2024
1 parent 49139b1 commit 4b3979f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"home_page_in_toc": True,
"use_download_button": False,
"use_fullscreen_button": True,
"navigation_with_keys": False,

}

Expand Down Expand Up @@ -115,7 +116,6 @@
"sbt-sidebar-nav.html",
"versioning.html",
"search-field.html",
"sbt-sidebar-footer.html",
]
}

Expand Down
2 changes: 1 addition & 1 deletion scenario/src/core/include/scenario/core/Joint.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class scenario::core::Joint
/**
* Get the history of applied joint forces.
*
* The vector is populated with #DoFs values at each physics step.
* The vector is populated with # DoFs values at each physics step.
*
* @return The vector containing the history of joint forces.
*/
Expand Down
2 changes: 1 addition & 1 deletion scenario/src/gazebo/include/scenario/gazebo/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ namespace scenario::gazebo::utils {
/**
* Convert a URDF string to a SDF string.
*
* @param urdfFile A URDF string.
* @param urdfString A URDF string.
* @return The SDF string if the URDF string was successfully
* converted, an empty string otherwise.
*/
Expand Down

0 comments on commit 4b3979f

Please sign in to comment.