summaryrefslogtreecommitdiff
path: root/oox/inc/oox/vml/vmlshape.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-04-12 14:16:38 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-04-12 14:18:24 +0200
commit99deffbeba414443ec7e0961501d5dcbc475b07d (patch)
tree79109f5eeff89a54da6b4bfa51c7814311ba0b2b /oox/inc/oox/vml/vmlshape.hxx
parent5f2825dde8a44773fc6ce19f2dd4e328c4e88eaf (diff)
oox: fix doxygen syntax to avoid misleading output in ShapeModel
Diffstat (limited to 'oox/inc/oox/vml/vmlshape.hxx')
-rw-r--r--oox/inc/oox/vml/vmlshape.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/oox/inc/oox/vml/vmlshape.hxx b/oox/inc/oox/vml/vmlshape.hxx
index c6c6cb6c1f97..d11e34a8f615 100644
--- a/oox/inc/oox/vml/vmlshape.hxx
+++ b/oox/inc/oox/vml/vmlshape.hxx
@@ -182,13 +182,13 @@ struct ShapeModel
typedef ::std::auto_ptr< ClientData > ClientDataPtr;
SAL_WNODEPRECATED_DECLARATIONS_POP
- ::rtl::OUString maType; /// Shape template with default properties.
- PointVector maPoints; /// Points for the polyline shape.
- TextBoxPtr mxTextBox; /// Text contents and properties.
- ClientDataPtr mxClientData; /// Excel specific client data.
- ::rtl::OUString maLegacyDiagramPath;/// Legacy Diagram Fragment Path
- ::rtl::OUString maFrom; /// Start point for line shape.
- ::rtl::OUString maTo; /// End point for line shape.
+ ::rtl::OUString maType; ///< Shape template with default properties.
+ PointVector maPoints; ///< Points for the polyline shape.
+ TextBoxPtr mxTextBox; ///< Text contents and properties.
+ ClientDataPtr mxClientData; ///< Excel specific client data.
+ ::rtl::OUString maLegacyDiagramPath;///< Legacy Diagram Fragment Path
+ ::rtl::OUString maFrom; ///< Start point for line shape.
+ ::rtl::OUString maTo; ///< End point for line shape.
explicit ShapeModel();
~ShapeModel();