diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-25 07:45:35 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-25 07:45:35 +0000 |
| commit | 1a5d5d8a7e796035bc70d5c727d4d901dda50726 (patch) | |
| tree | e15866e9b83d8948e6f7329193bbe4b6eefaa840 /src/line-snapper.h | |
| parent | cppcheck (diff) | |
| download | inkscape-1a5d5d8a7e796035bc70d5c727d4d901dda50726.tar.gz inkscape-1a5d5d8a7e796035bc70d5c727d4d901dda50726.zip | |
Cleanup pass on documentation that was dumping garbage into doxygen output.
(bzr r10696)
Diffstat (limited to 'src/line-snapper.h')
| -rw-r--r-- | src/line-snapper.h | 10 |
1 files changed, 5 insertions, 5 deletions
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 <inkscape@carlh.net> * Diederik van Lierop <mail@diedenrezi.nl> @@ -20,6 +16,10 @@ namespace Inkscape { class SnapCandidatePoint; + +/** + * Superclass for snappers to horizontal and vertical lines. + */ class LineSnapper : public Snapper { public: |
