summaryrefslogtreecommitdiff
path: root/ace/CORBA_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/CORBA_macros.h')
-rw-r--r--ace/CORBA_macros.h31
1 files changed, 13 insertions, 18 deletions
diff --git a/ace/CORBA_macros.h b/ace/CORBA_macros.h
index e5ba16c9062..cee5b5bbdaf 100644
--- a/ace/CORBA_macros.h
+++ b/ace/CORBA_macros.h
@@ -1,24 +1,19 @@
// $Id$
// ============================================================================
-//
-// = LIBRARY
-// ace
-//
-// = FILENAME
-// CORBA_macros.h
-//
-// = DESCRIPTION
-// Writing code that is portable between platforms with or without
-// native C++ exceptions is hard. The following macros offer some
-// help on this task, mostly oriented to making the ORB code and the
-// IDL generated code portable.
-//
-// = AUTHOR
-// Nanbor Wang <nanbor@cs.wustl.edu>
-// Based on the original <tao/try_macros.h> implementation by
-// Aniruddha Gokhale <gokhale@sahyadri.research.bell-labs.com>
-// Carlos O'Ryan <coryan@cs.wustl.edu>, et al.
+/**
+ * @file CORBA_macros.h
+ *
+ * Writing code that is portable between platforms with or without
+ * native C++ exceptions is hard. The following macros offer some
+ * help on this task, mostly oriented to making the ORB code and the
+ * IDL generated code portable.
+ *
+ * @author Nanbor Wang <nanbor@cs.wustl.edu>
+ * @author Based on the original <tao/try_macros.h> implementation by
+ * @author Aniruddha Gokhale <gokhale@sahyadri.research.bell-labs.com>
+ * @author Carlos O'Ryan <coryan@cs.wustl.edu>, et al.
+ */
// ============================================================================
// Macros for handling CORBA exceptions.