summaryrefslogtreecommitdiff
path: root/tests/IDL_Test/repo_id_mod.idl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/IDL_Test/repo_id_mod.idl')
-rw-r--r--tests/IDL_Test/repo_id_mod.idl39
1 files changed, 18 insertions, 21 deletions
diff --git a/tests/IDL_Test/repo_id_mod.idl b/tests/IDL_Test/repo_id_mod.idl
index 51f50178384..60620865125 100644
--- a/tests/IDL_Test/repo_id_mod.idl
+++ b/tests/IDL_Test/repo_id_mod.idl
@@ -1,23 +1,20 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/IDL_Test
-//
-// = FILENAME
-// repo_id_mod.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 repo_id_mod.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.
+ */
+//=============================================================================
+
module gleep
{
@@ -59,7 +56,7 @@ module gleep
// This will override the prefix directive for module floop at the end
// of the file.
typeprefix floop::verklempt "verklempt_prefix";
- };
+ };
};
local interface schmegegging {};