Add a Doxyfile.in and update things so we can get doxygen docs.
This commit is contained in:
parent
43c819deaa
commit
7415bbe964
|
@ -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:
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -6,6 +6,7 @@ pcdatadir = $(libdir)/pkgconfig
|
|||
EXTRA_DIST = \
|
||||
AUTHORS NEWS INSTALL COPYING README \
|
||||
ChangeLog \
|
||||
Doxyfile.in \
|
||||
autogen.sh \
|
||||
configure.ac \
|
||||
libnotify.pc.in \
|
||||
|
|
|
@ -107,6 +107,7 @@ dnl ################################################################
|
|||
dnl # Output the Makefiles
|
||||
dnl ################################################################
|
||||
AC_CONFIG_FILES([
|
||||
Doxyfile
|
||||
Makefile
|
||||
libnotify.pc
|
||||
libnotify.spec
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue