fixup bd0688d75bd6462f0496c3ea909fc33c62b3d246

Doxygen comments gone wild O_o
This commit is contained in:
Chris Beck 2014-06-24 21:57:57 -04:00
parent bd0688d75b
commit bf510761d1

View File

@ -44,7 +44,7 @@ public:
const_iterator end() const { return fake_units_.end(); }
private:
/** Register a unit with this manager. private, should only be called by fake_unit_ptr.
/** Register a unit with this manager. private, should only be called by fake_unit_ptr. */
void place_temporary_unit(internal_ptr_type);
/** Deregister a unit from this manager. private, should only be called by fake_unit_ptr.