summaryrefslogtreecommitdiffstats
path: root/src/helper/action.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-03 07:24:15 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-03 07:24:15 +0000
commit6343a24c5cd0a998e00ae05fc6abe2081be21c71 (patch)
treea7dd4dab52017785c7fe15e79fb0b2836ff8e95a /src/helper/action.cpp
parentAnother minor pass of Doxygen cleanup. (diff)
downloadinkscape-6343a24c5cd0a998e00ae05fc6abe2081be21c71.tar.gz
inkscape-6343a24c5cd0a998e00ae05fc6abe2081be21c71.zip
Doxygen cleanup.
(bzr r10660)
Diffstat (limited to 'src/helper/action.cpp')
-rw-r--r--src/helper/action.cpp17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/helper/action.cpp b/src/helper/action.cpp
index 532078a3d..48ba7f2ea 100644
--- a/src/helper/action.cpp
+++ b/src/helper/action.cpp
@@ -1,5 +1,6 @@
-/** \file
- * SPAction implementation
+/**
+ * @file
+ * SPAction implementation.
*
* Author:
* Lauris Kaplinski <lauris@kaplinski.com>
@@ -151,13 +152,11 @@ public:
}
/**
- \return None
- \brief Executes an action
- \param action The action to be executed
- \param data ignored
-*/
-void
-sp_action_perform (SPAction *action, void * /*data*/)
+ * Executes an action.
+ * @param action The action to be executed.
+ * @param data ignored.
+ */
+void sp_action_perform(SPAction *action, void * /*data*/)
{
g_return_if_fail (action != NULL);
g_return_if_fail (SP_IS_ACTION (action));