From a5720caff416936dc307c4be536f0dad69f6e923 Mon Sep 17 00:00:00 2001 From: Christian Hammond Date: Sat, 6 Nov 2004 23:42:20 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ libnotify/notify.h | 5 ++--- 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 + + * 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 * 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_