diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-03-21 18:21:04 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-03-21 18:21:04 +0000 |
commit | 63d06d1e11209c26a5c04c54e6096353e173d633 (patch) | |
tree | 371fb6916603d001b65537f80d6c686f9c870b87 /TAO | |
parent | 765d3428f02ee3d9061a9b5a07f5cf5e01640f1a (diff) | |
download | ATCD-63d06d1e11209c26a5c04c54e6096353e173d633.tar.gz |
Doxygen changes
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/tao/CDR.h | 2 | ||||
-rw-r--r-- | TAO/tao/Client_Strategy_Factory.h | 1 | ||||
-rw-r--r-- | TAO/tao/Codeset_Descriptor_Base.h | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/CDR.h b/TAO/tao/CDR.h index 81737e05e0b..60bb7e6eb45 100644 --- a/TAO/tao/CDR.h +++ b/TAO/tao/CDR.h @@ -22,7 +22,7 @@ * The implementation expects that buffers are aligned according * to the strongest CDR alignment restriction. * - * NOTE: this does everything "CDR 1.1" does ... that is, it + * @note This does everything "CDR 1.1" does ... that is, it * supports the five extended OMG-IDL data types in UNO Appendix * A, which provide richer arithmetic types (64 bit integers, * "quad precision" FP) and UNICODE-based characters and strings. diff --git a/TAO/tao/Client_Strategy_Factory.h b/TAO/tao/Client_Strategy_Factory.h index 612a75f3cf3..17dfadd7e51 100644 --- a/TAO/tao/Client_Strategy_Factory.h +++ b/TAO/tao/Client_Strategy_Factory.h @@ -72,6 +72,7 @@ public: TAO_REACTIVE_CONNECT, TAO_LEADER_FOLLOWER_CONNECT }; + /// Return the selected connection strategy option. virtual Connect_Strategy connect_strategy (void) const = 0; diff --git a/TAO/tao/Codeset_Descriptor_Base.h b/TAO/tao/Codeset_Descriptor_Base.h index d140cea56df..cb3a3521bc4 100644 --- a/TAO/tao/Codeset_Descriptor_Base.h +++ b/TAO/tao/Codeset_Descriptor_Base.h @@ -25,7 +25,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL -/* +/** * TAO_Codeset_Descriptor_Base describes the necessary interface for * Objects within libTAO to be able to supply information to the codeset * subsystem, as required. |