summaryrefslogtreecommitdiffstats
path: root/src/Maid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Maid.cpp')
-rw-r--r--src/Maid.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Maid.cpp b/src/Maid.cpp
index 43a817e..ab0e463 100644
--- a/src/Maid.cpp
+++ b/src/Maid.cpp
@@ -33,10 +33,9 @@ Maid::~Maid()
cleanup();
}
-/** Manage a SharedPtr.
- * NOT realtime safe.
+/** Manage a SharedPtr. NOT realtime safe.
*
- * @ptr is guaranteed to be deleted in the context that calls cleanup()
+ * @a ptr is guaranteed to be deleted in the context that calls cleanup()
*/
void
Maid::manage(SharedPtr<Raul::Deletable> ptr)