summaryrefslogtreecommitdiffstats
path: root/src/box3d-context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/box3d-context.cpp')
-rw-r--r--src/box3d-context.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/box3d-context.cpp b/src/box3d-context.cpp
index 87b182d10..9c144e927 100644
--- a/src/box3d-context.cpp
+++ b/src/box3d-context.cpp
@@ -168,9 +168,9 @@ static void sp_box3d_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.
+ */
static void sp_box3d_context_selection_changed(Inkscape::Selection *selection, gpointer data)
{
Box3DContext *bc = SP_BOX3D_CONTEXT(data);