Skip to content

Commit 33f8064

Browse files
committed
algorithm/utils : remove wrong use of Doxygen \example command
1 parent d52055f commit 33f8064

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

include/pinocchio/algorithm/utils/force.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ namespace pinocchio
7373
}
7474

7575
///
76-
///  \brief Change the expression of a given Force vector from one reference frame to another
76+
/// \brief Change the expression of a given Force vector from one reference frame to another
7777
/// reference frame.
7878
///
79-
///  \example If ones has an initial f_in Force expressed locally (rf_in=LOCAL) in a Frame
79+
/// \details If ones has an initial f_in Force expressed locally (rf_in=LOCAL) in a Frame
8080
/// localized at a given placement value,   ones may want to retrieve its value inside
8181
/// another reference frame e.g. the world (rf_out=WORLD).
8282
///

include/pinocchio/algorithm/utils/motion.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ namespace pinocchio
7575
}
7676

7777
///
78-
///  \brief Change the expression of a given Motion vector from one reference frame to another
78+
/// \brief Change the expression of a given Motion vector from one reference frame to another
7979
/// reference frame.
8080
///
81-
///  \example If ones has an initial m_in Motion expressed locally (rf_in=LOCAL) in a Frame
81+
/// \details If ones has an initial m_in Motion expressed locally (rf_in=LOCAL) in a Frame
8282
/// localized at a given placement value,   ones may want to retrieve its value inside
8383
/// another reference frame e.g. the world (rf_out=WORLD).
8484
///

0 commit comments

Comments
 (0)