Skip to content

Commit

Permalink
Do not generate a link for gz.msgs namespace.
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero committed Sep 11, 2024
1 parent cc935ab commit 468a02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/message_generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gazebo message definitions are stored in the
Messages may additionally belong to a `package`, which allows for convenient
namespacing or grouping of common messages.
Currently, all `gz-msgs` definitions reside in the `gz.msgs` package, which
generates the corresponding `gz::msgs` namespace in C++.
generates the corresponding `gz::msgs` namespace in C++ and `gz․msgs` in Python.

### Proto files

Expand Down

0 comments on commit 468a02b

Please sign in to comment.