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-context.cpp | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'src/display/drawing-context.cpp') diff --git a/src/display/drawing-context.cpp b/src/display/drawing-context.cpp index 3c0c2163b..de5beb0f6 100644 --- a/src/display/drawing-context.cpp +++ b/src/display/drawing-context.cpp @@ -1,6 +1,6 @@ /** * @file - * @brief Cairo drawing context with Inkscape extensions + * Cairo drawing context with Inkscape extensions. *//* * Authors: * Krzysztof KosiƄski @@ -19,8 +19,10 @@ namespace Inkscape { using Geom::X; using Geom::Y; -/** @class DrawingContext::Save - * @brief RAII idiom for saving the state of DrawingContext. */ +/** + * @class DrawingContext::Save + * RAII idiom for saving the state of DrawingContext. + */ DrawingContext::Save::Save() : _ct(NULL) @@ -46,8 +48,9 @@ void DrawingContext::Save::save(DrawingContext &ct) _ct->save(); } -/** @class DrawingContext - * @brief Minimal wrapper over Cairo. +/** + * @class DrawingContext + * Minimal wrapper over Cairo. * * This is a wrapper over cairo_t, extended with operations that work * with 2Geom geometrical primitives. Some of this is probably duplicated -- cgit v1.2.3