Skip to content
Snippets Groups Projects
Commit e933e50d authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Fix method documentation in factory.h.

parent d324d68a
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ namespace dynamicgraph
/// will be raised with the code OBJECT_CONFLICT.
///
/// \param entname the name used to subscribe the entity.
/// \param pointer to a function allocating an entity from an
/// \param ent pointer to a function allocating an entity from an
/// instance name.
void registerEntity (const std::string& entname,
EntityConstructor_ptr ent);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment