From 20097d47e6945bceb57d2335d23fe764f493ab59 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sun, 2 Oct 2011 20:44:17 -0700 Subject: Another minor pass of Doxygen cleanup. (bzr r10659) --- src/snapper.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/snapper.cpp') 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 @@ -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) -- cgit v1.2.3