summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype/ValueFactory_Map.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Valuetype/ValueFactory_Map.h')
-rw-r--r--TAO/tao/Valuetype/ValueFactory_Map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Valuetype/ValueFactory_Map.h b/TAO/tao/Valuetype/ValueFactory_Map.h
index b410dc59066..e2653291683 100644
--- a/TAO/tao/Valuetype/ValueFactory_Map.h
+++ b/TAO/tao/Valuetype/ValueFactory_Map.h
@@ -50,13 +50,13 @@ public:
int rebind (const char *repo_id,
CORBA::ValueFactory &factory);
- /// Removes entry for repo_id from the map and sets factory to
+ /// Removes entry for @a repo_id from the map and sets factory to
/// the tied one.
int unbind (const char *repo_id,
CORBA::ValueFactory &factory);
/**
- * Lookup a matching factory for repo_id.
+ * Lookup a matching factory for @a repo_id.
* Invokes _add_ref () on the factory if found.
* Returns -1 on failure and 0 on success.
*/