summaryrefslogtreecommitdiffstats
path: root/src/trace/trace.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/trace/trace.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/trace/trace.h')
-rw-r--r--src/trace/trace.h8
1 files changed, 3 insertions, 5 deletions
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
{