[Galago-commits] r2514 - in trunk/libnotify: . libnotify
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Sun Jan 29 13:26:58 PST 2006
Author: chipx86
Date: 2006-01-29 13:26:57 -0800 (Sun, 29 Jan 2006)
New Revision: 2514
Modified:
trunk/libnotify/ChangeLog
trunk/libnotify/Doxyfile.in
trunk/libnotify/libnotify/notification.c
trunk/libnotify/libnotify/notification.h
Log:
More Doxygen happiness. Still no NotifyNotification docs yet though.
Modified: trunk/libnotify/ChangeLog
===================================================================
--- trunk/libnotify/ChangeLog 2006-01-29 21:17:56 UTC (rev 2513)
+++ trunk/libnotify/ChangeLog 2006-01-29 21:26:57 UTC (rev 2514)
@@ -1,3 +1,10 @@
+Sun Jan 29 13:26:31 PST 2006 Christian Hammond <chipx86 at 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 at chipx86.com>
* libnotify/notify.h:
Modified: trunk/libnotify/Doxyfile.in
===================================================================
--- trunk/libnotify/Doxyfile.in 2006-01-29 21:17:56 UTC (rev 2513)
+++ trunk/libnotify/Doxyfile.in 2006-01-29 21:26:57 UTC (rev 2514)
@@ -180,7 +180,7 @@
# 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.
Modified: trunk/libnotify/libnotify/notification.c
===================================================================
--- trunk/libnotify/libnotify/notification.c 2006-01-29 21:17:56 UTC (rev 2513)
+++ trunk/libnotify/libnotify/notification.c 2006-01-29 21:26:57 UTC (rev 2514)
@@ -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
Modified: trunk/libnotify/libnotify/notification.h
===================================================================
--- trunk/libnotify/libnotify/notification.h 2006-01-29 21:17:56 UTC (rev 2513)
+++ trunk/libnotify/libnotify/notification.h 2006-01-29 21:26:57 UTC (rev 2514)
@@ -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
More information about the galago-commits
mailing list