More Doxygen happiness. Still no NotifyNotification docs yet though.
This commit is contained in:
parent
ea9f0bc684
commit
626c43f126
|
@ -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:
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue