summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test/simple.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/IDL_Test/simple.idl')
-rw-r--r--TAO/tests/IDL_Test/simple.idl29
1 files changed, 13 insertions, 16 deletions
diff --git a/TAO/tests/IDL_Test/simple.idl b/TAO/tests/IDL_Test/simple.idl
index 4b71ba2d0bb..de19060f479 100644
--- a/TAO/tests/IDL_Test/simple.idl
+++ b/TAO/tests/IDL_Test/simple.idl
@@ -1,20 +1,17 @@
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/IDL_Test
-//
-// = FILENAME
-// simple.idl
-//
-// = DESCRIPTION
-// Tests of simple IDL
-//
-// = AUTHORS
-// Andy Gokhale <gokhale@dre.vanderbilt.edu>
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file simple.idl
+ *
+ * $Id$
+ *
+ * Tests of simple IDL
+ *
+ *
+ * @author Andy Gokhale <gokhale@dre.vanderbilt.edu>
+ */
+//=============================================================================
+
typedef sequence<long,10> vec10;