diff options
Diffstat (limited to 'raul/URI.hpp')
-rw-r--r-- | raul/URI.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/URI.hpp b/raul/URI.hpp index 8f4a8c2..0d3b94b 100644 --- a/raul/URI.hpp +++ b/raul/URI.hpp @@ -32,7 +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 + * \ingroup raul */ class URI { public: |