summaryrefslogtreecommitdiffstats
path: root/src/snapper.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-03 03:44:17 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-03 03:44:17 +0000
commit20097d47e6945bceb57d2335d23fe764f493ab59 (patch)
tree47a1f62624d42e0302c2c370c1c23b2670e814ed /src/snapper.cpp
parentNext pass of doxygen @brief cleanup. (diff)
downloadinkscape-20097d47e6945bceb57d2335d23fe764f493ab59.tar.gz
inkscape-20097d47e6945bceb57d2335d23fe764f493ab59.zip
Another minor pass of Doxygen cleanup.
(bzr r10659)
Diffstat (limited to 'src/snapper.cpp')
-rw-r--r--src/snapper.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/snapper.cpp b/src/snapper.cpp
index fb7281c30..8c985b732 100644
--- a/src/snapper.cpp
+++ b/src/snapper.cpp
@@ -1,6 +1,6 @@
/**
- * \file src/snapper.cpp
- * \brief Snapper class.
+ * @file src/snapper.cpp
+ * Snapper class.
*
* Authors:
* Carl Hetherington <inkscape@carlh.net>
@@ -15,8 +15,8 @@
/**
* Construct new Snapper for named view.
- * \param nv Named view.
- * \param d Snap tolerance.
+ * @param nv Named view.
+ * @param d Snap tolerance.
*/
Inkscape::Snapper::Snapper(SnapManager *sm, Geom::Coord const /*t*/) :
_snapmanager(sm),
@@ -27,7 +27,7 @@ Inkscape::Snapper::Snapper(SnapManager *sm, Geom::Coord const /*t*/) :
}
/**
- * \param s true to enable this snapper, otherwise false.
+ * @param s true to enable this snapper, otherwise false.
*/
void Inkscape::Snapper::setEnabled(bool s)