diff options
Diffstat (limited to 'raul/Maid.hpp')
-rw-r--r-- | raul/Maid.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/Maid.hpp b/raul/Maid.hpp index c1d76c1..0380d64 100644 --- a/raul/Maid.hpp +++ b/raul/Maid.hpp @@ -80,7 +80,7 @@ public: /** Manage an object held by a shared pointer. * - * This will hold a reference to @p ptr ensuring it will not be deleted + * This will hold a reference to `ptr` ensuring it will not be deleted * except by cleanup(). This is mainly useful to allow dropping references * in real-time threads without causing a deletion. * |