More Doxygen happiness. Still no NotifyNotification docs yet though.

This commit is contained in:
Christian Hammond 2006-01-29 21:26:57 +00:00
parent ea9f0bc684
commit 626c43f126
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
Sun Jan 29 13:26:31 PST 2006 Christian Hammond <chipx86@chipx86.com>
* 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 <chipx86@chipx86.com>
* libnotify/notify.h:

View File

@ -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.

View File

@ -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

View File

@ -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