diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-02-04 09:21:38 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-02-04 09:21:38 +0000 |
commit | b0898368ce54345350832040f993d939264a4184 (patch) | |
tree | 9c454cfac4b2fe56979f16c8e3bc85f729048c67 /TAO/TAO_IDL/be/be_visitor_structure.cpp | |
parent | eace4b4d9252f7e141bc722b80815092cf833ca8 (diff) | |
download | ATCD-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_visitor_structure.cpp')
-rw-r--r-- | TAO/TAO_IDL/be/be_visitor_structure.cpp | 31 |
1 files changed, 13 insertions, 18 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_structure.cpp b/TAO/TAO_IDL/be/be_visitor_structure.cpp index 434ad33e4c1..151cdec8754 100644 --- a/TAO/TAO_IDL/be/be_visitor_structure.cpp +++ b/TAO/TAO_IDL/be/be_visitor_structure.cpp @@ -1,22 +1,17 @@ -// -// $Id$ -// -// ============================================================================ -// -// = LIBRARY -// TAO IDL -// -// = FILENAME -// be_visitor_structure.cpp -// -// = DESCRIPTION -// Visitors for generation of code for Structure -// -// = AUTHOR -// Aniruddha Gokhale -// -// ============================================================================ +//============================================================================= +/** + * @file be_visitor_structure.cpp + * + * $Id$ + * + * Visitors for generation of code for Structure + * + * + * @author Aniruddha Gokhale + */ +//============================================================================= + #include "be_field.h" #include "be_structure.h" |