diff --git a/ChangeLog b/ChangeLog index b102529..c66bc8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Jan 29 13:26:31 PST 2006 Christian Hammond + + * Doxyfile.in: + * libnotify/notification.c: + * libnotify/notification.h: + - More Doxygen happiness. Still no NotifyNotification docs yet though. + Sun Jan 29 13:17:43 PST 2006 Christian Hammond * libnotify/notify.h: diff --git a/Doxyfile.in b/Doxyfile.in index 3627336..f4b8348 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -180,7 +180,7 @@ SUBGROUPING = YES # Private class members and static file members will be hidden unless # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES -EXTRACT_ALL = NO +EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. diff --git a/libnotify/notification.c b/libnotify/notification.c index 984c791..2979b93 100644 --- a/libnotify/notification.c +++ b/libnotify/notification.c @@ -1,5 +1,5 @@ /** - * @file libnotify/notifynotification.c Notification object + * @file libnotify/notification.c Notification object * * @Copyright (C) 2006 Christian Hammond * @Copyright (C) 2006 John Palmieri diff --git a/libnotify/notification.h b/libnotify/notification.h index 7039c3c..c7a9965 100644 --- a/libnotify/notification.h +++ b/libnotify/notification.h @@ -1,5 +1,5 @@ /** - * @file libnotify/notifynotification.h Notification object + * @file libnotify/notification.h Notification object * * @Copyright (C) 2006 Christian Hammond * @Copyright (C) 2006 John Palmieri