summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_expression.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_expression.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_expression.cpp33
1 files changed, 19 insertions, 14 deletions
diff --git a/TAO/TAO_IDL/be/be_expression.cpp b/TAO/TAO_IDL/be/be_expression.cpp
index 2802dc46423..9fcf363283d 100644
--- a/TAO/TAO_IDL/be/be_expression.cpp
+++ b/TAO/TAO_IDL/be/be_expression.cpp
@@ -1,18 +1,23 @@
+// $Id$
-//=============================================================================
-/**
- * @file be_expression.cpp
- *
- * $Id$
- *
- * Extension of class AST_Expression that provides additional means for C++
- * mapping.
- *
- *
- * @author Copyright 1994-1995 by Sun Microsystems
- * @author Inc. and Aniruddha Gokhale
- */
-//=============================================================================
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// be_expression.cpp
+//
+// = DESCRIPTION
+// Extension of class AST_Expression that provides additional means for C++
+// mapping.
+//
+// = AUTHOR
+// Copyright 1994-1995 by Sun Microsystems, Inc.
+// and
+// Aniruddha Gokhale
+//
+// ============================================================================
#include "be_expression.h"
#include "be_visitor.h"