diff options
| author | Andrew Higginson <at.higginson@gmail.com> | 2011-12-27 21:04:47 +0000 |
|---|---|---|
| committer | Andrew <at.higginson@gmail.com> | 2011-12-27 21:04:47 +0000 |
| commit | 80960b623a99aae1402ab651b2974ef544ed3b03 (patch) | |
| tree | ba49d42c2789e9e11f805e2d5263e10f9fedeef8 /src/snapper.cpp | |
| parent | try to fix bug (diff) | |
| parent | GDL: Cherry-pick upstream patch 73852 (2011-03-23) - Add missing return value. (diff) | |
| download | inkscape-80960b623a99aae1402ab651b2974ef544ed3b03.tar.gz inkscape-80960b623a99aae1402ab651b2974ef544ed3b03.zip | |
merged with trunk so I can build again...
(bzr r10092.1.36)
Diffstat (limited to 'src/snapper.cpp')
| -rw-r--r-- | src/snapper.cpp | 10 |
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) |
