More javadoc updates
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / src / org / eclipse / linuxtools / ctf / core / event / types / ArrayDeclaration.java
index c7ee915ff5a809ff3c121545a5a798bb36b8d396..fd3c79c7440fc0140e88a01e4f8bb9ab8071d9d0 100644 (file)
 package org.eclipse.linuxtools.ctf.core.event.types;
 
 /**
- * <b><u>ArrayDeclaration</u></b>
+ * A CTF array declaration
+ *
+ * Arrays are fixed-length. Their length is declared in the type
+ * declaration within the meta-data. They contain an array of "inner type"
+ * elements, which can refer to any type not containing the type of the
+ * array being declared (no circular dependency). The length is the number
+ * of elements in an array.
+ *
+ * @version 1.0
+ * @author Matthew Khouzam
+ * @author Simon Marchi
  */
 public class ArrayDeclaration implements IDeclaration {
 
This page took 0.024474 seconds and 5 git commands to generate.