]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdMakeFileName.h
*** empty log message ***
[bbtk.git] / packages / std / src / bbstdMakeFileName.h
index c370742af215a51292253b2c76716317fcf7b539..af944629acbcd4b797e7ec29ca79c53d6b110aa6 100644 (file)
@@ -27,11 +27,11 @@ namespace bbstd
   BBTK_AUTHOR("jpr@creatis.insa-lyon.fr");
   BBTK_CATEGORY("misc");
   BBTK_DESCRIPTION("Makes a kosher file name");
-  BBTK_INPUT(MakeFileName,Directory,"Directory Name",std::string);
-  BBTK_INPUT(MakeFileName,File,"File Name",std::string);
-  BBTK_INPUT(MakeFileName,Extent,"Extention",std::string);
+  BBTK_INPUT(MakeFileName,Directory,"Directory Name",std::string,"directory name");
+  BBTK_INPUT(MakeFileName,File,"File Name",std::string,"file name");
+  BBTK_INPUT(MakeFileName,Extent,"Extention",std::string,"file extension");
   
-  BBTK_OUTPUT(MakeFileName,Out,"Full File Name",std::string);
+  BBTK_OUTPUT(MakeFileName,Out,"Full File Name",std::string,"file name");
   BBTK_END_DESCRIBE_BLACK_BOX(MakeFileName);
 
 }