diff options
author | David Robillard <d@drobilla.net> | 2011-04-16 19:02:36 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-04-16 19:02:36 +0000 |
commit | f6b51d6e7dcc4523cc039c63d5ad32ab413315b3 (patch) | |
tree | 479148f2ee39472fd904c1c1a79da15860b13bb1 /raul/URI.hpp | |
parent | 290877811de4220e03f70204846ae2741757fbe3 (diff) | |
download | raul-f6b51d6e7dcc4523cc039c63d5ad32ab413315b3.tar.gz raul-f6b51d6e7dcc4523cc039c63d5ad32ab413315b3.tar.bz2 raul-f6b51d6e7dcc4523cc039c63d5ad32ab413315b3.zip |
Squeeze blank lines and delete trailing whitespace.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3152 a436a847-0d15-0410-975c-d299462d15a1
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: |