summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-group.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-02 08:34:59 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-02 08:34:59 +0000
commitb0c0eed3b05e20673469dc7b70cf3a92a42429b2 (patch)
treea6c7c884d313c190ca2d5a56a3b0ed19e3aab942 /src/display/drawing-group.cpp
parentWarning cleanup. (diff)
downloadinkscape-b0c0eed3b05e20673469dc7b70cf3a92a42429b2.tar.gz
inkscape-b0c0eed3b05e20673469dc7b70cf3a92a42429b2.zip
Removing redundant doxygen @brief tag.
(bzr r10656)
Diffstat (limited to 'src/display/drawing-group.cpp')
-rw-r--r--src/display/drawing-group.cpp8
1 files changed, 5 insertions, 3 deletions
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 <tweenk.pl@gmail.com>
@@ -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.
*/