From 134ed84e9c281a5482b454a0d4ac80344501cf73 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 9 Aug 2018 11:05:48 +0200 Subject: Fix doxygen warnings * TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.h: --- TAO/orbsvcs/orbsvcs/PortableGroup/PG_Properties_Support.h | 7 ++++--- 1 file 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, -- cgit v1.2.1