diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-02 08:34:59 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-02 08:34:59 +0000 |
| commit | b0c0eed3b05e20673469dc7b70cf3a92a42429b2 (patch) | |
| tree | a6c7c884d313c190ca2d5a56a3b0ed19e3aab942 /src/display/drawing-context.cpp | |
| parent | Warning cleanup. (diff) | |
| download | inkscape-b0c0eed3b05e20673469dc7b70cf3a92a42429b2.tar.gz inkscape-b0c0eed3b05e20673469dc7b70cf3a92a42429b2.zip | |
Removing redundant doxygen @brief tag.
(bzr r10656)
Diffstat (limited to 'src/display/drawing-context.cpp')
| -rw-r--r-- | src/display/drawing-context.cpp | 13 |
1 files changed, 8 insertions, 5 deletions
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 <tweenk.pl@gmail.com> @@ -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 |
