From 1a5d5d8a7e796035bc70d5c727d4d901dda50726 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Tue, 25 Oct 2011 00:45:35 -0700 Subject: Cleanup pass on documentation that was dumping garbage into doxygen output. (bzr r10696) --- src/line-snapper.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/line-snapper.h') diff --git a/src/line-snapper.h b/src/line-snapper.h index bf7d714b1..578a426ce 100644 --- a/src/line-snapper.h +++ b/src/line-snapper.h @@ -1,10 +1,6 @@ #ifndef SEEN_LINE_SNAPPER_H #define SEEN_LINE_SNAPPER_H - -/** - * \file src/line-snapper.h - * \brief Superclass for snappers to horizontal and vertical lines. - * +/* * Authors: * Carl Hetherington * Diederik van Lierop @@ -20,6 +16,10 @@ namespace Inkscape { class SnapCandidatePoint; + +/** + * Superclass for snappers to horizontal and vertical lines. + */ class LineSnapper : public Snapper { public: -- cgit v1.2.3