Skip to content
Snippets Groups Projects
Commit 00e2842a authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Cosmetic change: Notify that GraphComponent::name setter is deprecated.

parent 46e37fc4
No related merge requests found
...@@ -52,6 +52,7 @@ namespace hpp { ...@@ -52,6 +52,7 @@ namespace hpp {
const std::string& name() const; const std::string& name() const;
/// Set the component name. /// Set the component name.
/// \deprecated The name given at construction cannot be modified.
void name(const std::string& name) HPP_MANIPULATION_DEPRECATED; void name(const std::string& name) HPP_MANIPULATION_DEPRECATED;
/// Return the component id. /// Return the component id.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment