summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-08-09 11:05:48 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-08-09 11:05:48 +0200
commit134ed84e9c281a5482b454a0d4ac80344501cf73 (patch)
tree0e282ece65d32c4de3bb7c3a5714f4d7695e9a44
parent82c6ba74c4d4fb52e07ea8846b5d1abf642cae7c (diff)
downloadATCD-134ed84e9c281a5482b454a0d4ac80344501cf73.tar.gz
Fix doxygen warnings
* TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.h:
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.h b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.h
index 88622e7e008..2307a500f86 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.h
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.h
@@ -68,7 +68,7 @@ namespace TAO
* Overwriting any value previously set for that property.
* Leaving all other properties untouched.
* @param name the name of the property to set
- * @value an Any containing the value.
+ * @param value an Any containing the value.
*/
void set_default_property (const char * name,
const PortableGroup::Value & value);
@@ -101,7 +101,7 @@ namespace TAO
* property set. Removal is done by name. The property values do not
* have to match. There is no penalty for attempting to remove a property
* that does not exist.
- * @param props a set of propertys to be removed by name.
+ * @param props a set of properties to be removed by name.
*/
void remove_default_properties (
const PortableGroup::Properties & props);
@@ -165,7 +165,8 @@ namespace TAO
* property set. Removal is done by name. The property values do not
* have to match. There is no penalty for attempting to remove a property
* that does not exist.
- * @param props a set of propertys to be removed by name from the type_id set.
+ * @param type_id identifies the set of properties to be removed.
+ * @param props a set of properties to be removed by name from the type_id set.
*/
void remove_type_properties (
const char *type_id,