diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2011-10-25 07:45:35 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2011-10-25 07:45:35 +0000 |
| commit | 1a5d5d8a7e796035bc70d5c727d4d901dda50726 (patch) | |
| tree | e15866e9b83d8948e6f7329193bbe4b6eefaa840 /src/help.h | |
| parent | cppcheck (diff) | |
| download | inkscape-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.h | 9 |
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); |
