summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_structure.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-02-04 09:21:38 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-02-04 09:21:38 +0000
commitb0898368ce54345350832040f993d939264a4184 (patch)
tree9c454cfac4b2fe56979f16c8e3bc85f729048c67 /TAO/TAO_IDL/be/be_structure.cpp
parenteace4b4d9252f7e141bc722b80815092cf833ca8 (diff)
downloadATCD-b0898368ce54345350832040f993d939264a4184.tar.gz
Thu Feb 4 09:15:43 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* TAO_IDL/*.cpp: Converted to doxygen style of documentation
Diffstat (limited to 'TAO/TAO_IDL/be/be_structure.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_structure.cpp34
1 files changed, 15 insertions, 19 deletions
diff --git a/TAO/TAO_IDL/be/be_structure.cpp b/TAO/TAO_IDL/be/be_structure.cpp
index dd4522e1d27..53f4f8f0f91 100644
--- a/TAO/TAO_IDL/be/be_structure.cpp
+++ b/TAO/TAO_IDL/be/be_structure.cpp
@@ -1,23 +1,19 @@
-// $Id$
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// be_structure.cpp
-//
-// = DESCRIPTION
-// Extension of class AST_Structure that provides additional means for C++
-// mapping.
-//
-// = AUTHOR
-// Copyright 1994-1995 by Sun Microsystems, Inc.
-// and
-// Aniruddha Gokhale
-//
-// ============================================================================
+//=============================================================================
+/**
+ * @file be_structure.cpp
+ *
+ * $Id$
+ *
+ * Extension of class AST_Structure that provides additional means for C++
+ * mapping.
+ *
+ *
+ * @author Copyright 1994-1995 by Sun Microsystems
+ * @author Inc. and Aniruddha Gokhale
+ */
+//=============================================================================
+
#include "be_structure.h"
#include "be_field.h"