summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_string.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_string.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_string.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_string.cpp36
1 files changed, 16 insertions, 20 deletions
diff --git a/TAO/TAO_IDL/be/be_string.cpp b/TAO/TAO_IDL/be/be_string.cpp
index cffdf94b7d3..b08d55a9cf9 100644
--- a/TAO/TAO_IDL/be/be_string.cpp
+++ b/TAO/TAO_IDL/be/be_string.cpp
@@ -1,23 +1,19 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// be_string.cpp
-//
-// = DESCRIPTION
-// Extension of class AST_String that provides additional means for C++
-// mapping.
-//
-// = AUTHOR
-// Copyright 1994-1995 by Sun Microsystems, Inc.
-// and
-// Aniruddha Gokhale
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file be_string.cpp
+ *
+ * $Id$
+ *
+ * Extension of class AST_String that provides additional means for C++
+ * mapping.
+ *
+ *
+ * @author Copyright 1994-1995 by Sun Microsystems
+ * @author Inc. and Aniruddha Gokhale
+ */
+//=============================================================================
+
#include "be_string.h"
#include "be_visitor.h"