summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hammond <chipx86@chipx86.com>2004-11-06 23:42:20 +0000
committerChristian Hammond <chipx86@chipx86.com>2004-11-06 23:42:20 +0000
commita5720caff416936dc307c4be536f0dad69f6e923 (patch)
tree278e36aa642cb90d729f347f11e78a8705abc56e
parent034a0598a4516a373a42d704e4b749b1b90d0deb (diff)
downloadlibnotify-a5720caff416936dc307c4be536f0dad69f6e923.tar.gz
Move our TODO list to the Doxygen @todo commands, so we'll get it in a nice little page of its own in the API docs.
-rw-r--r--ChangeLog6
-rw-r--r--libnotify/notify.h5
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 945d6c9..401d23b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Nov 06 15:40:48 PST 2004 Christian Hammond <chipx86@gnupdate.org>
+
+ * libnotify/notify.h:
+ - Move our TODO list to the Doxygen @todo commands, so we'll get it
+ in a nice little page of its own in the API docs.
+
Sat Nov 06 15:35:52 PST 2004 Christian Hammond <chipx86@gnupdate.org>
* libnotify/notify.h:
diff --git a/libnotify/notify.h b/libnotify/notify.h
index a0b2117..54584b5 100644
--- a/libnotify/notify.h
+++ b/libnotify/notify.h
@@ -19,9 +19,8 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*
- * TODO:
- * - We talk about URIs, but they are actually file paths not URIs
- * - Un-glibify?
+ * @todo We talk about URIs, but they are actually file paths not URIs
+ * @todo Un-glibify?
*/
#ifndef _LIBNOTIFY_NOTIFY_H_