]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdMultipleInputs.xml
*** empty log message ***
[bbtk.git] / packages / std / src / bbstdMultipleInputs.xml
index cdb025496863f6c09c1f6b645b3cc19564ea8529..fc1146016d29c75c9f2f2fcc1b10272d812037cd 100644 (file)
@@ -6,18 +6,12 @@
   <description>This box has multiple Void inputs and one Void output. Hence it relays any input modification to its output. It is usefull to plug different BoxChange outputs into the same BoxExecute input.</description>
   <category>misc</category>
 
-  <parentblackbox>bbtk::AtomicBlackBox</parentblackbox>
-  <package>std</package>
-
-  <namespace>bbstd</namespace>
-
-  <input name="In1" type="bbtk::Void">Input 1</input>
-  <input name="In2" type="bbtk::Void">Input 2</input>
-  <input name="In3" type="bbtk::Void">Input 3</input>
-  <input name="In4" type="bbtk::Void">Input 4</input>
-  <input name="In5" type="bbtk::Void">Input 5</input>
-
-  <output name="Out" type="bbtk::Void">Output</output>
+  <input name="In1" type="bbtk::Void" description="Input 1"/>
+  <input name="In2" type="bbtk::Void" description="Input 2"/>
+  <input name="In3" type="bbtk::Void" description="Input 3"/>
+  <input name="In4" type="bbtk::Void" description="Input 4"/>
+  <input name="In5" type="bbtk::Void" description="Input 5"/>
+  <output name="Out" type="bbtk::Void" description="Output"/>
 
 </blackbox>