Authored by Tony Arnold

Remove non-existent 'view' parameter documentation

This was causing a warning when compiling with `-Wdocumentation` enabled.
@@ -18,7 +18,6 @@ @@ -18,7 +18,6 @@
18 /** 18 /**
19 * Creates a composite with a predefined array of children 19 * Creates a composite with a predefined array of children
20 * 20 *
21 - * @param view first item view  
22 * @param children child MASConstraints 21 * @param children child MASConstraints
23 * 22 *
24 * @return a composite constraint 23 * @return a composite constraint