summaryrefslogtreecommitdiffstats
path: root/raul/URI.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-01-10 22:44:01 +0000
committerDavid Robillard <d@drobilla.net>2011-01-10 22:44:01 +0000
commitdbd4a1313fb0bb7c77fce135c62e1c312ebff815 (patch)
tree9d2b4724869f4431f5c33cc6596235026df12bf0 /raul/URI.hpp
parent6be5a6abd94d9d33562f8911578d246af0c7ab4d (diff)
downloadraul-dbd4a1313fb0bb7c77fce135c62e1c312ebff815.tar.gz
raul-dbd4a1313fb0bb7c77fce135c62e1c312ebff815.tar.bz2
raul-dbd4a1313fb0bb7c77fce135c62e1c312ebff815.zip
Touch up documentation (add everything to raul group).
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2823 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul/URI.hpp')
-rw-r--r--raul/URI.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/raul/URI.hpp b/raul/URI.hpp
index 32d3cc5..8f4a8c2 100644
--- a/raul/URI.hpp
+++ b/raul/URI.hpp
@@ -32,6 +32,7 @@ namespace Raul {
*
* This "should" be used for proper URIs (RFC3986), but not much support or
* validation is built-in yet. The URI string MUST have a scheme though.
+ * \ingroup raul
*/
class URI {
public: