diff options
Diffstat (limited to 'src/rect-context.cpp')
| -rw-r--r-- | src/rect-context.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rect-context.cpp b/src/rect-context.cpp index 188b5a9a3..8f0ec8763 100644 --- a/src/rect-context.cpp +++ b/src/rect-context.cpp @@ -163,9 +163,9 @@ static void sp_rect_context_dispose(GObject *object) } /** -\brief Callback that processes the "changed" signal on the selection; -destroys old and creates new knotholder -*/ + * Callback that processes the "changed" signal on the selection; + * destroys old and creates new knotholder. + */ void sp_rect_context_selection_changed(Inkscape::Selection *selection, gpointer data) { SPRectContext *rc = SP_RECT_CONTEXT(data); |
