diff --git a/docs/reference/tmpl/.gitignore b/docs/reference/tmpl/.gitignore
index e073b3b..1caf072 100644
--- a/docs/reference/tmpl/.gitignore
+++ b/docs/reference/tmpl/.gitignore
@@ -1 +1,2 @@
notification.sgml
+notify.sgml
diff --git a/docs/reference/tmpl/notify.sgml b/docs/reference/tmpl/notify.sgml
deleted file mode 100644
index 9a602a7..0000000
--- a/docs/reference/tmpl/notify.sgml
+++ /dev/null
@@ -1,78 +0,0 @@
-
-notify
-
-
-Notification API
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-@app_name:
-@Returns:
-
-
-
-
-
-
-
-@void:
-
-
-
-
-
-
-
-@void:
-@Returns:
-
-
-
-
-
-
-
-@void:
-@Returns:
-
-
-
-
-
-
-
-@void:
-@Returns:
-
-
-
-
-
-
-
-@ret_name:
-@ret_vendor:
-@ret_version:
-@ret_spec_version:
-@Returns:
-
-
diff --git a/libnotify/notify.c b/libnotify/notify.c
index 1ecc67b..dad8d9a 100644
--- a/libnotify/notify.c
+++ b/libnotify/notify.c
@@ -35,6 +35,12 @@
#include "internal.h"
#include "notify-marshal.h"
+/**
+ * SECTION:notify
+ * @Short_description: Notification API
+ * @Title: notify
+ */
+
static gboolean _initted = FALSE;
static char *_app_name = NULL;
static GDBusProxy *_proxy = NULL;