summaryrefslogtreecommitdiffstats
path: root/raul/Maid.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-08-08 06:12:09 +0000
committerDavid Robillard <d@drobilla.net>2014-08-08 06:12:09 +0000
commit6773fba30029b5050a099ab0dd91ec15352a9f2b (patch)
tree95dadcfc5db25b56831160e8fb29b57cc0579c63 /raul/Maid.hpp
parentbe40ec20bee088486e823d9824a72a8dfcb2c58e (diff)
downloadraul-6773fba30029b5050a099ab0dd91ec15352a9f2b.tar.gz
raul-6773fba30029b5050a099ab0dd91ec15352a9f2b.tar.bz2
raul-6773fba30029b5050a099ab0dd91ec15352a9f2b.zip
Use Markdown in doc comments for better source readability.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@5428 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/Maid.hpp')
-rw-r--r--raul/Maid.hpp2
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.
*