Skip to content

Commit

Permalink
Re #11508 One more doxygen error
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Apr 21, 2015
1 parent 68e13ea commit 09b749f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,9 @@ void ParameterMap::clearParametersByName(const std::string &name,
* @param comp :: A pointer to the component that this parameter is attached to
* @param name :: The name of the parameter
* @param value :: The parameter's value
* @param pDescription :: a pointer (may be NULL) to a string, containing parameter's
* description. If provided, the contents of the string is copied to the parameters
* memory
*/
void ParameterMap::add(const std::string &type, const IComponent *comp,
const std::string &name, const std::string &value,
Expand Down

0 comments on commit 09b749f

Please sign in to comment.