From 00e2842ae0783b7e4e148ffee92aa034199f08e8 Mon Sep 17 00:00:00 2001
From: Florent Lamiraux <florent@laas.fr>
Date: Mon, 3 Aug 2015 11:18:50 +0200
Subject: [PATCH] Cosmetic change: Notify that GraphComponent::name setter is
 deprecated.

---
 include/hpp/manipulation/graph/graph-component.hh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/hpp/manipulation/graph/graph-component.hh b/include/hpp/manipulation/graph/graph-component.hh
index 79faab3a..731151bf 100644
--- a/include/hpp/manipulation/graph/graph-component.hh
+++ b/include/hpp/manipulation/graph/graph-component.hh
@@ -52,6 +52,7 @@ namespace hpp {
           const std::string& name() const;
 
           /// Set the component name.
+	  /// \deprecated The name given at construction cannot be modified.
           void name(const std::string& name) HPP_MANIPULATION_DEPRECATED;
 
           /// Return the component id.
-- 
GitLab