Skip to content

Commit 6a3f8c2

Browse files
committed
Remove @default keyword
1 parent f7c0b5d commit 6a3f8c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controller_interface/include/semantic_components/semantic_component_command_interface.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class SemanticComponentCommandInterface
6262
* The function should be used in "command_interface_configuration()" of a controller to provide
6363
* standardized command interface names semantic component.
6464
*
65-
* @default Default implementation defined command interfaces as "name/NR" where NR is number
65+
* Default implementation defined command interfaces as "name/NR" where NR is number
6666
* from 0 to size of values;
6767
* @return list of strings with command interface names for the semantic component.
6868
*/

0 commit comments

Comments
 (0)