More javadoc updates
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / src / org / eclipse / linuxtools / ctf / core / event / types / IntegerDeclaration.java
index b8803786bf1b04bd6ae0a1874e60473c67c722c3..26a8976d51cc36f81bba63e87673bc553a51f0aa 100644 (file)
@@ -15,7 +15,13 @@ package org.eclipse.linuxtools.ctf.core.event.types;
 import java.nio.ByteOrder;
 
 /**
- * <b><u>IntegerDeclaration</u></b>
+ * A CTF integer declaration.
+ * 
+ * The declaration of a integer basic data type.
+ *
+ * @version 1.0
+ * @author Matthew Khouzam
+ * @author Simon Marchi
  */
 public class IntegerDeclaration implements IDeclaration {
 
This page took 0.024548 seconds and 5 git commands to generate.