summaryrefslogtreecommitdiffstats
path: root/src/help.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-25 07:45:35 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-25 07:45:35 +0000
commit1a5d5d8a7e796035bc70d5c727d4d901dda50726 (patch)
treee15866e9b83d8948e6f7329193bbe4b6eefaa840 /src/help.h
parentcppcheck (diff)
downloadinkscape-1a5d5d8a7e796035bc70d5c727d4d901dda50726.tar.gz
inkscape-1a5d5d8a7e796035bc70d5c727d4d901dda50726.zip
Cleanup pass on documentation that was dumping garbage into doxygen output.
(bzr r10696)
Diffstat (limited to 'src/help.h')
-rw-r--r--src/help.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/help.h b/src/help.h
index b6c82fb51..2ded43c39 100644
--- a/src/help.h
+++ b/src/help.h
@@ -1,9 +1,6 @@
#ifndef SEEN_HELP_H
#define SEEN_HELP_H
-
-/**
- * Help/About window
- *
+/*
* Authors:
* Lauris Kaplinski <lauris@kaplinski.com>
*
@@ -16,7 +13,11 @@
#include <glib/gtypes.h>
#include <gtk/gtk.h>
+/**
+ * Help/About window.
+ */
void sp_help_about(void);
+
void sp_help_open_tutorial(GtkMenuItem *menuitem, gpointer data);