summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-12-06 15:55:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-12-06 15:55:28 +0000
commit8b7ce49ccaa013a806ce002053efe63e1b701bf7 (patch)
treed0fee4c96c1a3d6ac4ebc67f40b427c5061d2e95 /TAO
parente8c2059872e63ab813bef37f2f7cb7dce87272c6 (diff)
downloadATCD-8b7ce49ccaa013a806ce002053efe63e1b701bf7.tar.gz
Wed Dec 6 15:55:57 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog10
-rw-r--r--TAO/tao/Abstract_Servant_Base.h4
-rw-r--r--TAO/tao/AnyTypeCode/Fixed_TypeCode.h2
-rw-r--r--TAO/tao/AnyTypeCode/TypeCode.h2
-rw-r--r--TAO/tao/Codeset_Manager_Factory_Base.h2
-rw-r--r--TAO/tao/Pluggable_Messaging.h4
-rw-r--r--TAO/tao/Thread_Lane_Resources.h2
7 files changed, 18 insertions, 8 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 387b33e80bd..21e3f064110 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,13 @@
+Wed Dec 6 15:55:57 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/Abstract_Servant_Base.h:
+ * tao/AnyTypeCode/Fixed_TypeCode.h:
+ * tao/AnyTypeCode/TypeCode.h:
+ * tao/Codeset_Manager_Factory_Base.h:
+ * tao/Pluggable_Messaging.h:
+ * tao/Thread_Lane_Resources.h:
+ Fixed doxygen warnings
+
Wed Dec 6 15:29:25 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
* tests/Abstract_Interface/Makefile.am:
diff --git a/TAO/tao/Abstract_Servant_Base.h b/TAO/tao/Abstract_Servant_Base.h
index b3052df6775..90feed1c79a 100644
--- a/TAO/tao/Abstract_Servant_Base.h
+++ b/TAO/tao/Abstract_Servant_Base.h
@@ -93,11 +93,11 @@ public:
ACE_ENV_SINGLE_ARG_DECL
) = 0;
- /// Default @c_get_component: always returns nil.
+ /// Default @c _get_component: always returns nil.
virtual CORBA::Object_ptr _get_component (
ACE_ENV_SINGLE_ARG_DECL) = 0;
- /// Default @c_repository_id
+ /// Default @c _repository_id
virtual char * _repository_id (
ACE_ENV_SINGLE_ARG_DECL) = 0;
diff --git a/TAO/tao/AnyTypeCode/Fixed_TypeCode.h b/TAO/tao/AnyTypeCode/Fixed_TypeCode.h
index 3e300cb3658..058b327e37e 100644
--- a/TAO/tao/AnyTypeCode/Fixed_TypeCode.h
+++ b/TAO/tao/AnyTypeCode/Fixed_TypeCode.h
@@ -33,7 +33,7 @@ namespace TAO
/**
* @class Fixed
*
- * @brief @c CORBA::TypeCode implementation for the OMG IDL @fixed
+ * @brief @c CORBA::TypeCode implementation for the OMG IDL fixed
* types.
*
* This class implements a @c CORBA::TypeCode for the OMG IDL @c
diff --git a/TAO/tao/AnyTypeCode/TypeCode.h b/TAO/tao/AnyTypeCode/TypeCode.h
index 141e89f46e8..98957712997 100644
--- a/TAO/tao/AnyTypeCode/TypeCode.h
+++ b/TAO/tao/AnyTypeCode/TypeCode.h
@@ -423,7 +423,7 @@ namespace CORBA
* @note This is a TAO-specific method that is not part of the
* standard @c CORBA::TypeCode interface.
*
- * @note If this method returns @false, the contents of the @a cdr
+ * @note If this method returns false, the contents of the @a cdr
* output CDR stream are undefined.
*/
virtual bool tao_marshal (TAO_OutputCDR & cdr,
diff --git a/TAO/tao/Codeset_Manager_Factory_Base.h b/TAO/tao/Codeset_Manager_Factory_Base.h
index 9dd7b50d7a8..bbd82d40c45 100644
--- a/TAO/tao/Codeset_Manager_Factory_Base.h
+++ b/TAO/tao/Codeset_Manager_Factory_Base.h
@@ -37,7 +37,7 @@ class TAO_Codeset_Manager;
*
* @brief Base class for creating instances of the codeset manager.
*
- * @description The base also provides a default implementation which
+ * The base also provides a default implementation which
* instantiates nothing. This default impl is replaced by the actual
* implementation if libTAO_Codeset is loaded.
*
diff --git a/TAO/tao/Pluggable_Messaging.h b/TAO/tao/Pluggable_Messaging.h
index 27d648fb17f..d4f8a91a049 100644
--- a/TAO/tao/Pluggable_Messaging.h
+++ b/TAO/tao/Pluggable_Messaging.h
@@ -135,8 +135,8 @@ public:
virtual int extract_next_message (ACE_Message_Block &incoming,
TAO_Queued_Data *&qd) = 0;
- /// Check whether the node @a qd needs consolidation from @a incoming,
- /// @r 0 on success, -1 on error
+ /// Check whether the node @a qd needs consolidation from @a incoming
+ /// @return 0 on success, -1 on error
virtual int consolidate_node (TAO_Queued_Data *qd,
ACE_Message_Block &incoming) = 0;
diff --git a/TAO/tao/Thread_Lane_Resources.h b/TAO/tao/Thread_Lane_Resources.h
index be87fc6def5..d6cd7005f67 100644
--- a/TAO/tao/Thread_Lane_Resources.h
+++ b/TAO/tao/Thread_Lane_Resources.h
@@ -88,7 +88,7 @@ public:
/// threads up.
void cleanup_rw_transports (void);
- /// @named Accessors
+ /// @name Accessors
//@{
TAO_Acceptor_Registry &acceptor_registry (void);