summaryrefslogtreecommitdiffstats
path: root/src/trace
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/trace
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/trace')
-rw-r--r--src/trace/siox.h13
-rw-r--r--src/trace/trace.h8
2 files changed, 8 insertions, 13 deletions
diff --git a/src/trace/siox.h b/src/trace/siox.h
index 57c78bd5a..dd7f9422f 100644
--- a/src/trace/siox.h
+++ b/src/trace/siox.h
@@ -1,6 +1,6 @@
-#ifndef __SIOX_H__
-#define __SIOX_H__
-/**
+#ifndef SEEN_SIOX_H
+#define SEEN_SIOX_H
+/*
* Copyright 2005, 2006 by Gerald Friedland, Kristian Jantz and Lars Knipping
*
* Conversion to C++ for Inkscape by Bob Jamison
@@ -18,7 +18,7 @@
* limitations under the License.
*/
-/**
+/*
* Note by Bob Jamison:
* After translating the siox.org Java API to C++ and receiving an
* education into this wonderful code, I began again,
@@ -660,10 +660,7 @@ private:
} // namespace siox
} // namespace org
-#endif /* __SIOX_H__ */
+#endif // SEEN_SIOX_H
//########################################################################
//# E N D O F F I L E
//########################################################################
-
-
-
diff --git a/src/trace/trace.h b/src/trace/trace.h
index 2c9922e10..45b18385f 100644
--- a/src/trace/trace.h
+++ b/src/trace/trace.h
@@ -1,7 +1,4 @@
-/**
- * A generic interface for plugging different
- * autotracers into Inkscape.
- *
+/*
* Authors:
* Bob Jamison <rjamison@titan.com>
*
@@ -110,7 +107,8 @@ private:
/**
- *
+ * A generic interface for plugging different
+ * autotracers into Inkscape.
*/
class TracingEngine
{