diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-27 04:55:51 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-27 04:55:51 +0000 |
| commit | 2633767789e4264b13ef91a684accf734fb4e94f (patch) | |
| tree | 0f6bc8d758b8e4bcf01d2dd393166907906c156e /src/io | |
| parent | Cleanup pass on documentation that was dumping garbage into doxygen output. (diff) | |
| download | inkscape-2633767789e4264b13ef91a684accf734fb4e94f.tar.gz inkscape-2633767789e4264b13ef91a684accf734fb4e94f.zip | |
Fixing more broken and split doc comments.
(bzr r10697)
Diffstat (limited to 'src/io')
| -rw-r--r-- | src/io/base64stream.cpp | 2 | ||||
| -rw-r--r-- | src/io/gzipstream.cpp | 2 | ||||
| -rw-r--r-- | src/io/inkscapestream.cpp | 2 | ||||
| -rw-r--r-- | src/io/resource.cpp | 2 | ||||
| -rw-r--r-- | src/io/stringstream.cpp | 2 | ||||
| -rw-r--r-- | src/io/uristream.cpp | 2 | ||||
| -rw-r--r-- | src/io/xsltstream.cpp | 2 | ||||
| -rw-r--r-- | src/io/xsltstream.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/io/base64stream.cpp b/src/io/base64stream.cpp index c90f3760b..0b20ef95a 100644 --- a/src/io/base64stream.cpp +++ b/src/io/base64stream.cpp @@ -1,4 +1,4 @@ -/** +/* * Base64-enabled input and output streams * * This class allows easy encoding and decoding diff --git a/src/io/gzipstream.cpp b/src/io/gzipstream.cpp index 79bcb2087..ed94974fe 100644 --- a/src/io/gzipstream.cpp +++ b/src/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/io/inkscapestream.cpp b/src/io/inkscapestream.cpp index c89dd70fc..da7870add 100644 --- a/src/io/inkscapestream.cpp +++ b/src/io/inkscapestream.cpp @@ -1,4 +1,4 @@ -/** +/* * Our base input/output stream classes. These are is directly * inherited from iostreams, and includes any extra * functionality that we might need. diff --git a/src/io/resource.cpp b/src/io/resource.cpp index 8c76c7132..4eeaf3b8c 100644 --- a/src/io/resource.cpp +++ b/src/io/resource.cpp @@ -1,4 +1,4 @@ -/** \file +/* * Inkscape::IO::Resource - simple resource API * * Copyright 2006 MenTaLguY <mental@rydia.net> diff --git a/src/io/stringstream.cpp b/src/io/stringstream.cpp index 45fb6fe30..44d11dd04 100644 --- a/src/io/stringstream.cpp +++ b/src/io/stringstream.cpp @@ -1,4 +1,4 @@ -/** +/* * Our base String stream classes. We implement these to * be based on Glib::ustring * diff --git a/src/io/uristream.cpp b/src/io/uristream.cpp index b5f884b29..7397d725f 100644 --- a/src/io/uristream.cpp +++ b/src/io/uristream.cpp @@ -1,4 +1,4 @@ -/** +/* * Our base String stream classes. We implement these to * be based on Glib::ustring * diff --git a/src/io/xsltstream.cpp b/src/io/xsltstream.cpp index 6f35d9cb6..6b72627d3 100644 --- a/src/io/xsltstream.cpp +++ b/src/io/xsltstream.cpp @@ -1,4 +1,4 @@ -/** +/* * XSL Transforming input and output classes * * Authors: diff --git a/src/io/xsltstream.h b/src/io/xsltstream.h index 03621c7fd..cfe9e5124 100644 --- a/src/io/xsltstream.h +++ b/src/io/xsltstream.h @@ -2,7 +2,7 @@ #define SEEN_INKSCAPE_IO_XSLTSTREAM_H /** * @file - * Xslt-enabled input and output streams + * Xslt-enabled input and output streams. */ /* * Authors: |
