From 8f686a68f5a20fda8d478498b068467fa9a4e5fb Mon Sep 17 00:00:00 2001
From: Francesco Morsillo <fmorsill@laas.fr>
Date: Thu, 27 Jun 2013 10:55:24 +0200
Subject: [PATCH] Added comment for method setSize in stack-template.t.cpp

---
 src/stack-template.t.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/stack-template.t.cpp b/src/stack-template.t.cpp
index aa940f6..ec344a2 100644
--- a/src/stack-template.t.cpp
+++ b/src/stack-template.t.cpp
@@ -367,7 +367,7 @@ namespace dynamicgraph
 	       makeCommandVoid1(*this,					\
 				(void (EntityClassName::*)(const int&))	\
 				&stack_t::defineNbDof,			\
-				docCommandVoid1("??? TODO",		\
+				docCommandVoid1("Set the size of the solver.",		\
 						"int")));		\
     addCommand("getSize",						\
 	       makeDirectGetter(*this,&nbDofs,				\
-- 
GitLab