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/dom | |
| 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/dom')
| -rw-r--r-- | src/dom/cssreader.cpp | 2 | ||||
| -rw-r--r-- | src/dom/domimpl.cpp | 2 | ||||
| -rw-r--r-- | src/dom/domptr.cpp | 2 | ||||
| -rw-r--r-- | src/dom/domstring.cpp | 2 | ||||
| -rw-r--r-- | src/dom/io/base64stream.cpp | 2 | ||||
| -rw-r--r-- | src/dom/io/bufferstream.cpp | 2 | ||||
| -rw-r--r-- | src/dom/io/domstream.cpp | 2 | ||||
| -rw-r--r-- | src/dom/io/gzipstream.cpp | 2 | ||||
| -rw-r--r-- | src/dom/io/stringstream.cpp | 2 | ||||
| -rw-r--r-- | src/dom/io/uristream.cpp | 2 | ||||
| -rw-r--r-- | src/dom/lsimpl.cpp | 2 | ||||
| -rw-r--r-- | src/dom/odf/odfdocument.cpp | 2 | ||||
| -rw-r--r-- | src/dom/prop-css.cpp | 2 | ||||
| -rw-r--r-- | src/dom/prop-css2.cpp | 2 | ||||
| -rw-r--r-- | src/dom/prop-svg.cpp | 2 | ||||
| -rw-r--r-- | src/dom/smilimpl.cpp | 2 | ||||
| -rw-r--r-- | src/dom/svgimpl.cpp | 2 | ||||
| -rw-r--r-- | src/dom/svgreader.cpp | 2 | ||||
| -rw-r--r-- | src/dom/uri.cpp | 2 | ||||
| -rw-r--r-- | src/dom/util/digest.cpp | 2 | ||||
| -rw-r--r-- | src/dom/util/thread.cpp | 2 | ||||
| -rw-r--r-- | src/dom/util/ziptool.cpp | 2 | ||||
| -rw-r--r-- | src/dom/xmlreader.cpp | 2 | ||||
| -rw-r--r-- | src/dom/xmlwriter.cpp | 2 | ||||
| -rw-r--r-- | src/dom/xpathimpl.cpp | 2 | ||||
| -rw-r--r-- | src/dom/xpathparser.cpp | 2 | ||||
| -rw-r--r-- | src/dom/xpathtoken.cpp | 2 |
27 files changed, 27 insertions, 27 deletions
diff --git a/src/dom/cssreader.cpp b/src/dom/cssreader.cpp index 4e329d914..db114ed8d 100644 --- a/src/dom/cssreader.cpp +++ b/src/dom/cssreader.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/domimpl.cpp b/src/dom/domimpl.cpp index e12f40714..53118b1d9 100644 --- a/src/dom/domimpl.cpp +++ b/src/dom/domimpl.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/domptr.cpp b/src/dom/domptr.cpp index 107f05b08..73999e100 100644 --- a/src/dom/domptr.cpp +++ b/src/dom/domptr.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/domstring.cpp b/src/dom/domstring.cpp index e562f079f..32e3c078f 100644 --- a/src/dom/domstring.cpp +++ b/src/dom/domstring.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/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 diff --git a/src/dom/lsimpl.cpp b/src/dom/lsimpl.cpp index 6ee6d0883..94b0adeb7 100644 --- a/src/dom/lsimpl.cpp +++ b/src/dom/lsimpl.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/odf/odfdocument.cpp b/src/dom/odf/odfdocument.cpp index c3bb5d97d..50af90f6c 100644 --- a/src/dom/odf/odfdocument.cpp +++ b/src/dom/odf/odfdocument.cpp @@ -1,4 +1,4 @@ -/** +/* * * This class contains an ODF Document. * Initially, we are just concerned with .odg content.xml + resources diff --git a/src/dom/prop-css.cpp b/src/dom/prop-css.cpp index 5ef25ce49..a0d66d939 100644 --- a/src/dom/prop-css.cpp +++ b/src/dom/prop-css.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/prop-css2.cpp b/src/dom/prop-css2.cpp index b02bb0ce3..33548fbb9 100644 --- a/src/dom/prop-css2.cpp +++ b/src/dom/prop-css2.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/prop-svg.cpp b/src/dom/prop-svg.cpp index a38f23c23..bcb8dffea 100644 --- a/src/dom/prop-svg.cpp +++ b/src/dom/prop-svg.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/smilimpl.cpp b/src/dom/smilimpl.cpp index 82bbe9d0e..94726ee61 100644 --- a/src/dom/smilimpl.cpp +++ b/src/dom/smilimpl.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/svgimpl.cpp b/src/dom/svgimpl.cpp index b6fbb89e5..cf28dfec5 100644 --- a/src/dom/svgimpl.cpp +++ b/src/dom/svgimpl.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/svgreader.cpp b/src/dom/svgreader.cpp index 4584ba32f..932fcec58 100644 --- a/src/dom/svgreader.cpp +++ b/src/dom/svgreader.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/uri.cpp b/src/dom/uri.cpp index 6a34f1838..d559dffeb 100644 --- a/src/dom/uri.cpp +++ b/src/dom/uri.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/util/digest.cpp b/src/dom/util/digest.cpp index f416f5522..2baed4860 100644 --- a/src/dom/util/digest.cpp +++ b/src/dom/util/digest.cpp @@ -1,4 +1,4 @@ -/** +/* * Secure Hashing Tool * * * Authors: diff --git a/src/dom/util/thread.cpp b/src/dom/util/thread.cpp index 3bb614b45..e8c06c850 100644 --- a/src/dom/util/thread.cpp +++ b/src/dom/util/thread.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/util/ziptool.cpp b/src/dom/util/ziptool.cpp index 89e85cc84..0b13f66ba 100644 --- a/src/dom/util/ziptool.cpp +++ b/src/dom/util/ziptool.cpp @@ -1,4 +1,4 @@ -/** +/* * This is intended to be a standalone, reduced capability * implementation of Gzip and Zip functionality. Its * targeted use case is for archiving and retrieving single files diff --git a/src/dom/xmlreader.cpp b/src/dom/xmlreader.cpp index fc4eee51f..501da6193 100644 --- a/src/dom/xmlreader.cpp +++ b/src/dom/xmlreader.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/xmlwriter.cpp b/src/dom/xmlwriter.cpp index 2b056cf9f..a25dbe0b1 100644 --- a/src/dom/xmlwriter.cpp +++ b/src/dom/xmlwriter.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/xpathimpl.cpp b/src/dom/xpathimpl.cpp index b7aa2c1c8..12e1d8cf4 100644 --- a/src/dom/xpathimpl.cpp +++ b/src/dom/xpathimpl.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/xpathparser.cpp b/src/dom/xpathparser.cpp index bbe0fcc40..5fd31c12a 100644 --- a/src/dom/xpathparser.cpp +++ b/src/dom/xpathparser.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/xpathtoken.cpp b/src/dom/xpathtoken.cpp index 921cbf044..79948e55e 100644 --- a/src/dom/xpathtoken.cpp +++ b/src/dom/xpathtoken.cpp @@ -1,4 +1,4 @@ -/** +/* * Phoebe DOM Implementation. * * This is a C++ approximation of the W3C DOM model, which follows |
