From b0c0eed3b05e20673469dc7b70cf3a92a42429b2 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sun, 2 Oct 2011 01:34:59 -0700 Subject: Removing redundant doxygen @brief tag. (bzr r10656) --- src/display/drawing-group.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/display/drawing-group.cpp') diff --git a/src/display/drawing-group.cpp b/src/display/drawing-group.cpp index 998c4b6e4..6d52b89fc 100644 --- a/src/display/drawing-group.cpp +++ b/src/display/drawing-group.cpp @@ -1,6 +1,6 @@ /** * @file - * @brief Group belonging to an SVG drawing element + * Group belonging to an SVG drawing element. *//* * Authors: * Krzysztof KosiƄski @@ -30,7 +30,8 @@ DrawingGroup::~DrawingGroup() sp_style_unref(_style); } -/** @brief Set whether the group returns children from pick calls. +/** + * Set whether the group returns children from pick calls. * Previously this feature was called "transparent groups". */ void @@ -45,7 +46,8 @@ DrawingGroup::setStyle(SPStyle *style) _setStyleCommon(_style, style); } -/** @brief Set additional transform for the group. +/** + * Set additional transform for the group. * This is applied after the normal transform and mainly useful for * markers, clipping paths, etc. */ -- cgit v1.2.3