summaryrefslogtreecommitdiffstats
path: root/src/sp-title.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-03 03:44:17 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-03 03:44:17 +0000
commit20097d47e6945bceb57d2335d23fe764f493ab59 (patch)
tree47a1f62624d42e0302c2c370c1c23b2670e814ed /src/sp-title.cpp
parentNext pass of doxygen @brief cleanup. (diff)
downloadinkscape-20097d47e6945bceb57d2335d23fe764f493ab59.tar.gz
inkscape-20097d47e6945bceb57d2335d23fe764f493ab59.zip
Another minor pass of Doxygen cleanup.
(bzr r10659)
Diffstat (limited to 'src/sp-title.cpp')
-rw-r--r--src/sp-title.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/sp-title.cpp b/src/sp-title.cpp
index d21c7b71e..ddeccede2 100644
--- a/src/sp-title.cpp
+++ b/src/sp-title.cpp
@@ -1,5 +1,3 @@
-#define __SP_TITLE_C__
-
/*
* SVG <title> implementation
*
@@ -59,11 +57,10 @@ sp_title_init(SPTitle */*desc*/)
{
}
-/*
- * \brief Writes it's settings to an incoming repr object, if any
+/**
+ * Writes it's settings to an incoming repr object, if any.
*/
-static Inkscape::XML::Node *
-sp_title_write(SPObject *object, Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags)
+static Inkscape::XML::Node *sp_title_write(SPObject *object, Inkscape::XML::Document *doc, Inkscape::XML::Node *repr, guint flags)
{
if (!repr) {
repr = object->getRepr()->duplicate(doc);