summaryrefslogtreecommitdiff
path: root/ace/UPIPE_Addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/UPIPE_Addr.h')
-rw-r--r--ace/UPIPE_Addr.h41
1 files changed, 20 insertions, 21 deletions
diff --git a/ace/UPIPE_Addr.h b/ace/UPIPE_Addr.h
index d0b37436555..1a46f564403 100644
--- a/ace/UPIPE_Addr.h
+++ b/ace/UPIPE_Addr.h
@@ -1,19 +1,16 @@
/* -*- C++ -*- */
-// $Id$
-
-
-// ============================================================================
-//
-// = LIBRARY
-// ace
-//
-// = FILENAME
-// UPIPE_Addr.h
-//
-// = AUTHOR
-// Doug Schmidt
-//
-// ============================================================================
+
+
+//=============================================================================
+/**
+ * @file UPIPE_Addr.h
+ *
+ * $Id$
+ *
+ * @author Doug Schmidt
+ */
+//=============================================================================
+
#ifndef ACE_UPIPE_ADDR_H
#define ACE_UPIPE_ADDR_H
@@ -30,14 +27,16 @@ typedef ACE_SPIPE_Addr ACE_UPIPE_Addr;
#if 0
// We need this "class" to make the class2man documentation utility
// happy.
+/**
+ * @class ACE_UPIPE_Addr
+ *
+ * @brief Defines the ACE "user pipe" address family address format.
+ *
+ * This class has an identical interface to the <ACE_SPIPE_Addr>
+ * class. In fact, it's simply a typedef!
+ */
class ACE_Export ACE_UPIPE_Addr
{
- // = TITLE
- // Defines the ACE "user pipe" address family address format.
- //
- // = DESCRIPTION
- // This class has an identical interface to the <ACE_SPIPE_Addr>
- // class. In fact, it's simply a typedef!
public:
// = Same interface as <ACE_SPIPE_Addr>.
};