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>
|
Wed Nov 03 23:39:23 PST 2004 Christian Hammond <chipx86@gnupdate.org>
|
||||||
|
|
||||||
* libnotify/notify.c:
|
* libnotify/notify.c:
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -6,6 +6,7 @@ pcdatadir = $(libdir)/pkgconfig
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
AUTHORS NEWS INSTALL COPYING README \
|
AUTHORS NEWS INSTALL COPYING README \
|
||||||
ChangeLog \
|
ChangeLog \
|
||||||
|
Doxyfile.in \
|
||||||
autogen.sh \
|
autogen.sh \
|
||||||
configure.ac \
|
configure.ac \
|
||||||
libnotify.pc.in \
|
libnotify.pc.in \
|
||||||
|
|
|
@ -107,6 +107,7 @@ dnl ################################################################
|
||||||
dnl # Output the Makefiles
|
dnl # Output the Makefiles
|
||||||
dnl ################################################################
|
dnl ################################################################
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
|
Doxyfile
|
||||||
Makefile
|
Makefile
|
||||||
libnotify.pc
|
libnotify.pc
|
||||||
libnotify.spec
|
libnotify.spec
|
||||||
|
|
|
@ -216,7 +216,7 @@ NotifyHandle *notify_send_notification(NotifyHandle *replaces,
|
||||||
const char *type,
|
const char *type,
|
||||||
NotifyUrgency urgency,
|
NotifyUrgency urgency,
|
||||||
const char *summary,
|
const char *summary,
|
||||||
const char *detailed,
|
const char *body,
|
||||||
const NotifyIcon *icon,
|
const NotifyIcon *icon,
|
||||||
gboolean expires, time_t timeout,
|
gboolean expires, time_t timeout,
|
||||||
gpointer user_data,
|
gpointer user_data,
|
||||||
|
|
Loading…
Reference in New Issue