Add a Doxyfile.in and update things so we can get doxygen docs.

This commit is contained in:
Christian Hammond 2004-11-06 23:14:48 +00:00
parent 43c819deaa
commit 7415bbe964
5 changed files with 1091 additions and 1 deletions

View File

@ -1,3 +1,12 @@
Sat Nov 06 15:11:53 PST 2004 Christian Hammond <chipx86@gnupdate.org>
* libnotify/notify.h:
A Doxyfile.in:
* Makefile.am:
* configure.ac:
- Add a Doxyfile.in and update things so we can get doxygen
docs.
Wed Nov 03 23:39:23 PST 2004 Christian Hammond <chipx86@gnupdate.org>
* libnotify/notify.c:

1079
Doxyfile.in Normal file

File diff suppressed because it is too large Load Diff

View File

@ -6,6 +6,7 @@ pcdatadir = $(libdir)/pkgconfig
EXTRA_DIST = \
AUTHORS NEWS INSTALL COPYING README \
ChangeLog \
Doxyfile.in \
autogen.sh \
configure.ac \
libnotify.pc.in \

View File

@ -107,6 +107,7 @@ dnl ################################################################
dnl # Output the Makefiles
dnl ################################################################
AC_CONFIG_FILES([
Doxyfile
Makefile
libnotify.pc
libnotify.spec

View File

@ -216,7 +216,7 @@ NotifyHandle *notify_send_notification(NotifyHandle *replaces,
const char *type,
NotifyUrgency urgency,
const char *summary,
const char *detailed,
const char *body,
const NotifyIcon *icon,
gboolean expires, time_t timeout,
gpointer user_data,