summaryrefslogtreecommitdiff
path: root/tests/IDL_Test/array.idl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/IDL_Test/array.idl')
-rw-r--r--tests/IDL_Test/array.idl38
1 files changed, 18 insertions, 20 deletions
diff --git a/tests/IDL_Test/array.idl b/tests/IDL_Test/array.idl
index ff24c1b7c74..1b0b9d3c12e 100644
--- a/tests/IDL_Test/array.idl
+++ b/tests/IDL_Test/array.idl
@@ -1,23 +1,20 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/IDL_Test
-//
-// = FILENAME
-// array.idl
-//
-// = DESCRIPTION
-// This file contains examples of IDL code that has
-// caused problems in the past for the TAO IDL
-// compiler. This test is to make sure the problems
-// stay fixed.
-//
-// = AUTHORS
-// Jeff Parsons <parsons@cs.wustl.edu> and TAO users.
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file array.idl
+ *
+ * $Id$
+ *
+ * This file contains examples of IDL code that has
+ * caused problems in the past for the TAO IDL
+ * compiler. This test is to make sure the problems
+ * stay fixed.
+ *
+ *
+ * @author Jeff Parsons <parsons@cs.wustl.edu> and TAO users.
+ */
+//=============================================================================
+
// Multidimensional arrays - constant vigilance.
typedef short TwoDArray[64][63];
@@ -164,3 +161,4 @@ module bug_2126
case FALSE: long wibble;
};
};
+