diff --git a/Gems/ROS2/Code/Source/RobotImporter/URDF/UrdfParser.h b/Gems/ROS2/Code/Source/RobotImporter/URDF/UrdfParser.h index 81e07e463..e929647c7 100644 --- a/Gems/ROS2/Code/Source/RobotImporter/URDF/UrdfParser.h +++ b/Gems/ROS2/Code/Source/RobotImporter/URDF/UrdfParser.h @@ -96,7 +96,7 @@ namespace ROS2 //! The relevant ParserConfig functions for URDF importing are //! URDFPreserveFixedJoint() function to prevent merging of robot links bound by fixed joint //! AddURIPath() function to provide a mapping of package:// and model:// references to the local filesystem - //! @paragraph settings structure that contains configuration options for the SDFAssetBuilder + //! @param settings structure that contains configuration options for the SDFAssetBuilder //! @return SDF root object containing parsed or tags RootObjectOutcome ParseFromFile( AZ::IO::PathView filePath, const sdf::ParserConfig& parserConfig, const SdfAssetBuilderSettings& settings);