X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkComplexBlackBoxDescriptor.cxx;fp=kernel%2Fsrc%2FbbtkComplexBlackBoxDescriptor.cxx;h=8485061fde7bdf29ca43926ac542e9eab36905cc;hb=6f678e6883d4d2734c81492412903c701c8e1f3c;hp=70fc8c7a2d619b298c21044a2a40d65074c8b007;hpb=bd20c3d3b1a07722b5f2d4661cf9f945dafda3ef;p=bbtk.git diff --git a/kernel/src/bbtkComplexBlackBoxDescriptor.cxx b/kernel/src/bbtkComplexBlackBoxDescriptor.cxx index 70fc8c7..8485061 100644 --- a/kernel/src/bbtkComplexBlackBoxDescriptor.cxx +++ b/kernel/src/bbtkComplexBlackBoxDescriptor.cxx @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkComplexBlackBoxDescriptor.cxx,v $ Language: C++ - Date: $Date: 2008/02/06 14:58:41 $ - Version: $Revision: 1.6 $ + Date: $Date: 2008/02/07 11:06:37 $ + Version: $Revision: 1.7 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -281,7 +281,7 @@ namespace bbtk std::string descr = GetDescription(); - //Utilities::html_format(descr); + Utilities::html_format(descr); std::string author = GetAuthor(); Utilities::html_format(author); @@ -302,7 +302,7 @@ namespace bbtk std::string inc = GetScriptFileName(); if (inc.size()>0) { - (s) << " Use command : include " + (s) << " To use it : include " << inc << "\n"; } @@ -371,7 +371,7 @@ namespace bbtk Utilities::html_format(type); std::string descr(in->second->GetDescription()); - //Utilities::html_format(descr); + Utilities::html_format(descr); (s) << "
 "<"
 	  << "
 "<"
@@ -404,7 +404,7 @@ namespace bbtk
 	Utilities::html_format(type);
 	
 	std::string descr(o->second->GetDescription());
-	//Utilities::html_format(descr);
+	Utilities::html_format(descr);
 	
 	(s) << "
 "<"
 	  << "
 "<"