diff options
Diffstat (limited to 'src/2geom/shape.h')
| -rw-r--r-- | src/2geom/shape.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/2geom/shape.h b/src/2geom/shape.h index 0a7ee9709..9f7ead4aa 100644 --- a/src/2geom/shape.h +++ b/src/2geom/shape.h @@ -1,6 +1,4 @@ -/** - * \brief Shapes are special paths on which boolops can be performed - * +/* * Authors: * Michael G. Sloan <mgsloan@gmail.com> * Nathan Hurst <njh@mail.csse.monash.edu.au> @@ -63,6 +61,9 @@ enum { BOOLOP_UNION = BOOLOP_JUST_A | BOOLOP_JUST_B | BOOLOP_BOTH }; +/** + * Shapes are special paths on which boolops can be performed. + */ class Shape { Regions content; mutable bool fill; |
