summaryrefslogtreecommitdiffstats
path: root/src/dialogs/find.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/find.h')
-rw-r--r--src/dialogs/find.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/dialogs/find.h b/src/dialogs/find.h
index 38200d532..fe5861a73 100644
--- a/src/dialogs/find.h
+++ b/src/dialogs/find.h
@@ -1,10 +1,7 @@
-#ifndef SEEN_FIND_H
-#define SEEN_FIND_H
-
-/**
- * \brief Find dialog
- *
- * Authors:
+/** @file
+ * @brief Find dialog
+ */
+/* Authors:
* bulia byak <bulia@users.sf.net>
*
* Copyright (C) 2004 Authors
@@ -12,6 +9,9 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+#ifndef SEEN_FIND_H
+#define SEEN_FIND_H
+
#include <gtk/gtkstyle.h>
void sp_find_dialog();