diff options
Diffstat (limited to 'src/libvpsc')
| -rw-r--r-- | src/libvpsc/remove_rectangle_overlap.cpp | 4 | ||||
| -rw-r--r-- | src/libvpsc/remove_rectangle_overlap.h | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/src/libvpsc/remove_rectangle_overlap.cpp b/src/libvpsc/remove_rectangle_overlap.cpp index 68af4c5c5..4d2750b9e 100644 --- a/src/libvpsc/remove_rectangle_overlap.cpp +++ b/src/libvpsc/remove_rectangle_overlap.cpp @@ -1,5 +1,5 @@ -/** - * \brief remove overlaps between a set of rectangles. +/** @file + * @brief remove overlaps between a set of rectangles. * * Authors: * Tim Dwyer <tgdwyer@gmail.com> diff --git a/src/libvpsc/remove_rectangle_overlap.h b/src/libvpsc/remove_rectangle_overlap.h index baa15b594..1af90a754 100644 --- a/src/libvpsc/remove_rectangle_overlap.h +++ b/src/libvpsc/remove_rectangle_overlap.h @@ -1,17 +1,17 @@ -#ifndef REMOVE_RECTANGLE_OVERLAP_H_SEEN -#define REMOVE_RECTANGLE_OVERLAP_H_SEEN - -/** - * \file Declaration of main internal remove-overlaps function. +/** @file + * @brief Declaration of main internal remove-overlaps function. */ -/* - * Authors: +/* Authors: * Tim Dwyer <tgdwyer@gmail.com> * * Copyright (C) 2005 Authors * * Released under GNU LGPL. Read the file 'COPYING' for more information. */ + +#ifndef REMOVE_RECTANGLE_OVERLAP_H_SEEN +#define REMOVE_RECTANGLE_OVERLAP_H_SEEN + namespace vpsc { class Rectangle; } |
