summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-11-05 14:57:41 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-11-05 14:57:41 +0100
commitec0df6cbcc64f4a361b4b003fca0c9964dead887 (patch)
tree47cc8793797bdd6f1203622e86bd51ce5c512ced
parentc012b967ff35ca8e2b8aea211bee05600683ee1f (diff)
downloadATCD-ec0df6cbcc64f4a361b4b003fca0c9964dead887.tar.gz
Doxygen changes
* 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.
*/