From 2e4c6b51699362252d0bbdc27e0311c68e2ab21b Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 19 Jun 2012 10:07:32 +0200 Subject: oox: fix all vmlshapecontainer doxygen errors Change-Id: Ieccd1f5e89c550095cd83a3f11939eec210f789e --- oox/inc/oox/vml/vmlshapecontainer.hxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'oox') diff --git a/oox/inc/oox/vml/vmlshapecontainer.hxx b/oox/inc/oox/vml/vmlshapecontainer.hxx index 9b11c6ca5a0b..973890e8c829 100644 --- a/oox/inc/oox/vml/vmlshapecontainer.hxx +++ b/oox/inc/oox/vml/vmlshapecontainer.hxx @@ -106,11 +106,11 @@ private: typedef RefMap< ::rtl::OUString, ShapeType > ShapeTypeMap; typedef RefMap< ::rtl::OUString, ShapeBase > ShapeMap; - Drawing& mrDrawing; /// The VML drawing page that contains this shape. - ShapeTypeVector maTypes; /// All shape templates. - ShapeVector maShapes; /// All shape definitions. - ShapeTypeMap maTypesById; /// All shape templates mapped by identifier. - ShapeMap maShapesById; /// All shape definitions mapped by identifier. + Drawing& mrDrawing; ///< The VML drawing page that contains this shape. + ShapeTypeVector maTypes; ///< All shape templates. + ShapeVector maShapes; ///< All shape definitions. + ShapeTypeMap maTypesById; ///< All shape templates mapped by identifier. + ShapeMap maShapesById; ///< All shape definitions mapped by identifier. }; // ---------------------------------------------------------------------------- -- cgit