summaryrefslogtreecommitdiffstats
path: root/src/dom/io
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-27 04:55:51 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-27 04:55:51 +0000
commit2633767789e4264b13ef91a684accf734fb4e94f (patch)
tree0f6bc8d758b8e4bcf01d2dd393166907906c156e /src/dom/io
parentCleanup pass on documentation that was dumping garbage into doxygen output. (diff)
downloadinkscape-2633767789e4264b13ef91a684accf734fb4e94f.tar.gz
inkscape-2633767789e4264b13ef91a684accf734fb4e94f.zip
Fixing more broken and split doc comments.
(bzr r10697)
Diffstat (limited to 'src/dom/io')
-rw-r--r--src/dom/io/base64stream.cpp2
-rw-r--r--src/dom/io/bufferstream.cpp2
-rw-r--r--src/dom/io/domstream.cpp2
-rw-r--r--src/dom/io/gzipstream.cpp2
-rw-r--r--src/dom/io/stringstream.cpp2
-rw-r--r--src/dom/io/uristream.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/dom/io/base64stream.cpp b/src/dom/io/base64stream.cpp
index 509c67d6d..433675e18 100644
--- a/src/dom/io/base64stream.cpp
+++ b/src/dom/io/base64stream.cpp
@@ -1,4 +1,4 @@
-/**
+/*
* Phoebe DOM Implementation.
*
* Base64-enabled input and output streams
diff --git a/src/dom/io/bufferstream.cpp b/src/dom/io/bufferstream.cpp
index 6c3956a60..7baab4814 100644
--- a/src/dom/io/bufferstream.cpp
+++ b/src/dom/io/bufferstream.cpp
@@ -1,4 +1,4 @@
-/**
+/*
* Phoebe DOM Implementation.
*
* This is a C++ approximation of the W3C DOM model, which follows
diff --git a/src/dom/io/domstream.cpp b/src/dom/io/domstream.cpp
index b38dd5329..de221f855 100644
--- a/src/dom/io/domstream.cpp
+++ b/src/dom/io/domstream.cpp
@@ -1,4 +1,4 @@
-/**
+/*
* Phoebe DOM Implementation.
*
* This is a C++ approximation of the W3C DOM model, which follows
diff --git a/src/dom/io/gzipstream.cpp b/src/dom/io/gzipstream.cpp
index 9dffceea2..e1f9f9a60 100644
--- a/src/dom/io/gzipstream.cpp
+++ b/src/dom/io/gzipstream.cpp
@@ -1,4 +1,4 @@
-/**
+/*
* Zlib-enabled input and output streams
*
* This is a thin wrapper of libz calls, in order
diff --git a/src/dom/io/stringstream.cpp b/src/dom/io/stringstream.cpp
index f2745a107..c6e47045e 100644
--- a/src/dom/io/stringstream.cpp
+++ b/src/dom/io/stringstream.cpp
@@ -1,4 +1,4 @@
-/**
+/*
* Phoebe DOM Implementation.
*
* This is a C++ approximation of the W3C DOM model, which follows
diff --git a/src/dom/io/uristream.cpp b/src/dom/io/uristream.cpp
index 306f7bdf6..09b0ac361 100644
--- a/src/dom/io/uristream.cpp
+++ b/src/dom/io/uristream.cpp
@@ -1,4 +1,4 @@
-/**
+/*
* Phoebe DOM Implementation.
*
* This is a C++ approximation of the W3C DOM model, which follows