Skip to content

Commit 67c8449

Browse files
committed
gcc warning about multi-line comment
Signed-off-by: Mabel Zhang <[email protected]>
1 parent 23cfa0e commit 67c8449

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

src/systems/buoyancy_engine/BuoyancyEngine.hh

+11-8
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,19 @@ namespace systems
7474
/// gz sim buoyancy_engine.sdf
7575
/// ```
7676
/// Enter the following in a separate terminal:
77-
/// ```
78-
/// gz topic -t /model/buoyant_box/buoyancy_engine/ -m gz.msgs.Double \
79-
/// -p "data: 0.003"
80-
/// ```
77+
/** ```
78+
gz topic -t /model/buoyant_box/buoyancy_engine/ -m gz.msgs.Double \
79+
-p "data: 0.003"
80+
```
81+
**/
8182
/// to see the box float up.
82-
/// ```
83-
/// gz topic -t /model/buoyant_box/buoyancy_engine/ -m gz.msgs.Double \
84-
/// -p "data: 0.001"
85-
/// ```
83+
/** ```
84+
gz topic -t /model/buoyant_box/buoyancy_engine/ -m gz.msgs.Double \
85+
-p "data: 0.001"
86+
```
87+
**/
8688
/// to see the box go down.
89+
///
8790
/// To see the current volume enter:
8891
/// ```
8992
/// gz topic -t /model/buoyant_box/buoyancy_engine/current_volume -e

0 commit comments

Comments
 (0)