summaryrefslogtreecommitdiffstats
path: root/sfshare-daemon/src/sfshare_errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'sfshare-daemon/src/sfshare_errors.h')
-rw-r--r--sfshare-daemon/src/sfshare_errors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfshare-daemon/src/sfshare_errors.h b/sfshare-daemon/src/sfshare_errors.h
index 4fe9fc7..6c7bc4b 100644
--- a/sfshare-daemon/src/sfshare_errors.h
+++ b/sfshare-daemon/src/sfshare_errors.h
@@ -19,7 +19,7 @@
#define SFSHARE_ERRORS_H
-/* Types of errors */
+/** Types of errors */
typedef enum
{
OK,
@@ -40,7 +40,7 @@ typedef enum
} Error_sfshare;
-/* Definition in file: dbus_service.c */
+/** Definition in file: dbus_service.c */
gchar *get_error_msg (Error_sfshare err);
#endif