docs: Do not generate template files
As we use inline comments now https://bugzilla.gnome.org/show_bug.cgi?id=634266
This commit is contained in:
parent
560abf5c97
commit
3acf1c14e0
|
@ -112,7 +112,7 @@ dnl
|
||||||
dnl ################################################################
|
dnl ################################################################
|
||||||
dnl # Set up gtk-doc
|
dnl # Set up gtk-doc
|
||||||
dnl ################################################################
|
dnl ################################################################
|
||||||
GTK_DOC_CHECK([1.4])
|
GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
|
||||||
|
|
||||||
dnl ---------------------------------------------------------------------------
|
dnl ---------------------------------------------------------------------------
|
||||||
dnl - DocBook Documentation
|
dnl - DocBook Documentation
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
notification.sgml
|
|
||||||
notify.sgml
|
|
|
@ -1,14 +0,0 @@
|
||||||
<?xml version="1.0"?>
|
|
||||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
|
||||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
|
|
||||||
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
|
||||||
<bookinfo>
|
|
||||||
<title>Libnotify Reference Manual</title>
|
|
||||||
</bookinfo>
|
|
||||||
|
|
||||||
<chapter id='libnotify'>
|
|
||||||
<title>Libnotify</title>
|
|
||||||
<xi:include href="xml/notify.xml"/>
|
|
||||||
<xi:include href="xml/notification.xml"/>
|
|
||||||
</chapter>
|
|
||||||
</book>
|
|
|
@ -1,49 +0,0 @@
|
||||||
<!-- ##### ARG NotifyNotification:attach-widget ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ARG NotifyNotification:status-icon ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION notify_notification_attach_to_status_icon ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@notification:
|
|
||||||
@status_icon:
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION notify_notification_attach_to_widget ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@notification:
|
|
||||||
@attach:
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION notify_notification_new_with_status_icon ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@summary:
|
|
||||||
@body:
|
|
||||||
@icon:
|
|
||||||
@status_icon:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION notify_notification_set_geometry_hints ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@notification:
|
|
||||||
@screen:
|
|
||||||
@x:
|
|
||||||
@y:
|
|
||||||
|
|
Loading…
Reference in New Issue