summaryrefslogtreecommitdiffstats
path: root/src/2geom
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/2geom
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/2geom')
-rw-r--r--src/2geom/sbasis-geometric.cpp3
-rw-r--r--src/2geom/sbasis-roots.cpp3
-rw-r--r--src/2geom/shape.cpp4
-rw-r--r--src/2geom/svg-path-parser.cpp5
-rw-r--r--src/2geom/utils.cpp3
5 files changed, 10 insertions, 8 deletions
diff --git a/src/2geom/sbasis-geometric.cpp b/src/2geom/sbasis-geometric.cpp
index 7d7ed23e4..1c180e143 100644
--- a/src/2geom/sbasis-geometric.cpp
+++ b/src/2geom/sbasis-geometric.cpp
@@ -4,7 +4,8 @@
//#include <2geom/solver.h>
#include <2geom/sbasis-geometric.h>
-/** Geometric operators on D2<SBasis> (1D->2D).
+/*
+ * Geometric operators on D2<SBasis> (1D->2D).
* Copyright 2007 JF Barraud
* Copyright 2007 N Hurst
*
diff --git a/src/2geom/sbasis-roots.cpp b/src/2geom/sbasis-roots.cpp
index 1b870d88f..4602fced9 100644
--- a/src/2geom/sbasis-roots.cpp
+++ b/src/2geom/sbasis-roots.cpp
@@ -1,4 +1,5 @@
-/** root finding for sbasis functions.
+/*
+ * root finding for sbasis functions.
* Copyright 2006 N Hurst
* Copyright 2007 JF Barraud
*
diff --git a/src/2geom/shape.cpp b/src/2geom/shape.cpp
index e9f5e55dc..c389b9c6e 100644
--- a/src/2geom/shape.cpp
+++ b/src/2geom/shape.cpp
@@ -1,5 +1,5 @@
-/**
- * \brief Shapes are special paths on which boolops can be performed
+/*
+ * Shapes are special paths on which boolops can be performed.
*
* Authors:
* Michael G. Sloan <mgsloan@gmail.com>
diff --git a/src/2geom/svg-path-parser.cpp b/src/2geom/svg-path-parser.cpp
index 4d35ccb35..24f9c81ee 100644
--- a/src/2geom/svg-path-parser.cpp
+++ b/src/2geom/svg-path-parser.cpp
@@ -1,7 +1,6 @@
#line 1 "/opt/shared/work/programming/eclipse/eclipse_3.4/lib2geom/src/2geom/svg-path-parser.rl"
-/**
- * \file
- * \brief parse SVG path specifications
+/*
+ * parse SVG path specifications.
*
* Copyright 2007 MenTaLguY <mental@rydia.net>
* Copyright 2007 Aaron Spike <aaron@ekips.org>
diff --git a/src/2geom/utils.cpp b/src/2geom/utils.cpp
index a40b7253d..4c9629deb 100644
--- a/src/2geom/utils.cpp
+++ b/src/2geom/utils.cpp
@@ -1,4 +1,5 @@
-/** Various utility functions.
+/*
+ * Various utility functions.
*
* Copyright 2008 Marco Cecchetti <mrcekets at gmail.com>
* Copyright 2007 Johan Engelen <goejendaagh@zonnet.nl>