summaryrefslogtreecommitdiffstats
path: root/src/uri.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-25 07:45:35 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-25 07:45:35 +0000
commit1a5d5d8a7e796035bc70d5c727d4d901dda50726 (patch)
treee15866e9b83d8948e6f7329193bbe4b6eefaa840 /src/uri.h
parentcppcheck (diff)
downloadinkscape-1a5d5d8a7e796035bc70d5c727d4d901dda50726.tar.gz
inkscape-1a5d5d8a7e796035bc70d5c727d4d901dda50726.zip
Cleanup pass on documentation that was dumping garbage into doxygen output.
(bzr r10696)
Diffstat (limited to 'src/uri.h')
-rw-r--r--src/uri.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/uri.h b/src/uri.h
index 7786afcce..159cd1cfc 100644
--- a/src/uri.h
+++ b/src/uri.h
@@ -1,7 +1,4 @@
-/**
- * \file
- * \brief Classes for representing and manipulating URIs as per RFC 2396.
- *
+/*
* Authors:
* MenTaLguY <mental@rydia.net>
* Jon A. Cruz <jon@joncruz.org>
@@ -21,7 +18,9 @@
namespace Inkscape {
-/** \brief Represents an URI as per RFC 2396. */
+/**
+ * Represents an URI as per RFC 2396.
+ */
class URI {
public:
URI(URI const &uri);