From ec0df6cbcc64f4a361b4b003fca0c9964dead887 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 5 Nov 2018 14:57:41 +0100 Subject: Doxygen changes * TAO/tao/Valuetype/ValueFactory_Map.h: --- TAO/tao/Valuetype/ValueFactory_Map.h | 4 ++-- 1 file 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. */ -- cgit v1.2.1