summaryrefslogtreecommitdiff
path: root/orbsvcs/orbsvcs/CosNaming.idl
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/orbsvcs/CosNaming.idl')
-rw-r--r--orbsvcs/orbsvcs/CosNaming.idl27
1 files changed, 12 insertions, 15 deletions
diff --git a/orbsvcs/orbsvcs/CosNaming.idl b/orbsvcs/orbsvcs/CosNaming.idl
index b432ace0811..593762c22bf 100644
--- a/orbsvcs/orbsvcs/CosNaming.idl
+++ b/orbsvcs/orbsvcs/CosNaming.idl
@@ -1,18 +1,15 @@
/* -*- C++ -*- */
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// cos
-//
-// = FILENAME
-// CosNaming.idl
-//
-// = AUTHOR
-// Marina Spivak <marina@cs.wustl.edu>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file CosNaming.idl
+ *
+ * $Id$
+ *
+ * @author Marina Spivak <marina@cs.wustl.edu>
+ */
+//=============================================================================
+
#ifndef TAO_NAMING_IDL
#define TAO_NAMING_IDL
@@ -187,7 +184,7 @@ module CosNaming
// = Deleting contexts.
- /// Delete the naming context. NOTE: the user should <unbind>
+ /// Delete the naming context. @note the user should <unbind>
/// any bindings in which the given context is bound to some
/// names before invoking <destroy> operation on it.
void destroy ()