summaryrefslogtreecommitdiff
path: root/tests/IDL_Test/full.idl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/IDL_Test/full.idl')
-rw-r--r--tests/IDL_Test/full.idl41
1 files changed, 19 insertions, 22 deletions
diff --git a/tests/IDL_Test/full.idl b/tests/IDL_Test/full.idl
index 6df0fdc4383..95b8eae7591 100644
--- a/tests/IDL_Test/full.idl
+++ b/tests/IDL_Test/full.idl
@@ -1,29 +1,26 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/IDL_Test
-//
-// = FILENAME
-// full.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 full.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.
+ */
+//=============================================================================
+
// This file, along with its companion fwd.idl, test the
// handling of forward interface declarations that are
// not defined in the same IDL file. The two files have
// mutually dependent interfaces. It is no longer necessary
-// for such ILD files to include each other, as long as
+// for such ILD files to include each other, as long as
// they are part of the same build.
module scope_test
@@ -36,7 +33,7 @@ module mod2
interface fwd;
interface full;
- interface fwd
+ interface fwd
{
attribute string attr;