Code

* Lots of documentation for the Inkscape::XML namespace
[inkscape.git] / src / fill-or-stroke.h
index d0b174dca7be6326784afabccb7b2f35412b40cf..e4195324f8df991d93e49ad7ccb4ed53c0271771 100644 (file)
@@ -1,8 +1,10 @@
+/** @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 };