From e21b04fd3f33629bbd2ac9f3db4236902cab4b2b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 15 Oct 2006 17:16:22 +0000 Subject: Trivial documentation fixups. git-svn-id: http://svn.drobilla.net/lad/raul@175 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Path.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'raul/Path.h') diff --git a/raul/Path.h b/raul/Path.h index 9412e3c..d4db163 100644 --- a/raul/Path.h +++ b/raul/Path.h @@ -34,6 +34,8 @@ using std::string; * * Valid characters are the 95 printable ASCII characters (32-126), excluding: * space # * , ? [ ] { } + * + * \ingroup raul */ class Path : public std::basic_string { public: -- cgit v1.2.1