X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Ffill-or-stroke.h;h=a38dfc32d1ac42c484357c1c8225ec2e04700ea1;hb=3e058c7c1d6bcf2db4e26037daa5442e70b3df52;hp=d0b174dca7be6326784afabccb7b2f35412b40cf;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/fill-or-stroke.h b/src/fill-or-stroke.h index d0b174dca..a38dfc32d 100644 --- a/src/fill-or-stroke.h +++ b/src/fill-or-stroke.h @@ -1,9 +1,11 @@ +/** @file + * @brief Definition of the FillOrStroke enum. + */ + #ifndef SEEN_FILL_OR_STROKE_H #define SEEN_FILL_OR_STROKE_H -/** \file Definition of the FillOrStroke enum. */ - /** \post STROKE == 0, FILL != 0. */ enum FillOrStroke { STROKE = 0, FILL = 1 }; -#endif /* !SEEN_FILL_OR_STROKE_H */ +#endif // !SEEN_FILL_OR_STROKE_H