diff options
Diffstat (limited to 'TAO/tao/ORB_Table.h')
-rw-r--r-- | TAO/tao/ORB_Table.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/ORB_Table.h b/TAO/tao/ORB_Table.h index d527c79377a..1b35ae545b0 100644 --- a/TAO/tao/ORB_Table.h +++ b/TAO/tao/ORB_Table.h @@ -78,7 +78,9 @@ namespace TAO typedef Table::size_type size_type; typedef Table::iterator iterator; - /// The canonical ACE_Map methods. + /** + * @name The canonical ACE_Map methods. + */ //@{ iterator begin (void); iterator end (void); |