From b40211f7fdbaf9f56dd33b22674c2d3b0b1764c6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 8 Aug 2014 14:46:53 +0000 Subject: Use Markdown in doc comments for better source readability. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@5429 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Symbol.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'raul/Symbol.hpp') diff --git a/raul/Symbol.hpp b/raul/Symbol.hpp index 6f0dd91..551d770 100644 --- a/raul/Symbol.hpp +++ b/raul/Symbol.hpp @@ -104,7 +104,7 @@ public: /** Convert a string to a valid symbol. * - * This will make a best effort at turning @a str into a complete, valid + * This will make a best effort at turning `str` into a complete, valid * Symbol, and will always return one. */ static inline Symbol symbolify(const std::basic_string& in) { -- cgit v1.2.1