summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorBalazs Varga <balazs.varga991@gmail.com>2018-11-19 11:21:14 +0100
committerMiklos Vajna <vmiklos@collabora.com>2018-11-19 14:00:38 +0100
commitf35d0780918a22b2c8bc81d0b9d3d426fcf2659d (patch)
treef3e237fddd5dd8d95babca0c35ea3008cfaac907 /include/oox
parentf2a3a5148256774bdd36e7550f69cde01b9c82ee (diff)
Related: tdf#108104 Fix nitpick inline in ShapeProperty enum class
Change "///" to "///<" then the doxygen assigns the token on the correct line. Change-Id: Ia622a109e6e0797e967aa3c5d3ca4ba21e0ad458 Reviewed-on: https://gerrit.libreoffice.org/63556 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/drawingml/shapepropertymap.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/oox/drawingml/shapepropertymap.hxx b/include/oox/drawingml/shapepropertymap.hxx
index edbae76f0d6c..8470f07ea154 100644
--- a/include/oox/drawingml/shapepropertymap.hxx
+++ b/include/oox/drawingml/shapepropertymap.hxx
@@ -51,27 +51,27 @@ enum class ShapeProperty
LineWidth,
LineColor,
LineTransparency,
- LineDash, /// Explicit line dash or name of a line dash stored in a global container.
+ LineDash, ///< Explicit line dash or name of a line dash stored in a global container.
LineJoint,
- LineStart, /// Explicit line start marker or name of a line marker stored in a global container.
+ LineStart, ///< Explicit line start marker or name of a line marker stored in a global container.
LineStartWidth,
LineStartCenter,
- LineEnd, /// Explicit line end marker or name of a line marker stored in a global container.
+ LineEnd, ///< Explicit line end marker or name of a line marker stored in a global container.
LineEndWidth,
LineEndCenter,
FillStyle,
FillColor,
FillTransparency,
GradientTransparency,
- FillGradient, /// Explicit fill gradient or name of a fill gradient stored in a global container.
- FillBitmap, /// Explicit fill bitmap or name of a fill bitmap stored in a global container.
+ FillGradient, ///< Explicit fill gradient or name of a fill gradient stored in a global container.
+ FillBitmap, ///< Explicit fill bitmap or name of a fill bitmap stored in a global container.
FillBitmapMode,
FillBitmapSizeX,
FillBitmapSizeY,
FillBitmapOffsetX,
FillBitmapOffsetY,
FillBitmapRectanglePoint,
- FillHatch, /// Explicit fill hatch or name of a fill hatch stored in a global container.
+ FillHatch, ///< Explicit fill hatch or name of a fill hatch stored in a global container.
FillBackground,
FillBitmapName,
ShadowXDistance,