mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
docs: Fix up warnings in Cally's reference API
This commit is contained in:
parent
d2763fd8a4
commit
aaa000acbf
@ -38,12 +38,12 @@ MKTMPL_OPTIONS=
|
|||||||
# Extra options to supply to gtkdoc-fixref. Not normally needed.
|
# Extra options to supply to gtkdoc-fixref. Not normally needed.
|
||||||
# e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
|
# e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
|
||||||
FIXXREF_OPTIONS=\
|
FIXXREF_OPTIONS=\
|
||||||
--extra-dir=../cogl/html \
|
|
||||||
--extra-dir=../clutter/html \
|
--extra-dir=../clutter/html \
|
||||||
--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib \
|
--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/glib \
|
||||||
--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \
|
--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html/gobject \
|
||||||
--extra-dir=$(CAIRO_PREFIX)/share/gtk-doc/html/cairo \
|
--extra-dir=$(CAIRO_PREFIX)/share/gtk-doc/html/cairo \
|
||||||
--extra-dir=$(PANGO_PREFIX)/share/gtk-doc/html/pango
|
--extra-dir=$(PANGO_PREFIX)/share/gtk-doc/html/pango \
|
||||||
|
--extra-dir=$(COGL_PREFIX)/share/gtk-doc/html/cogl
|
||||||
|
|
||||||
# Used for dependencies. The docs will be rebuilt if any of these change.
|
# Used for dependencies. The docs will be rebuilt if any of these change.
|
||||||
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
|
# e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h
|
||||||
|
@ -81,6 +81,11 @@
|
|||||||
|
|
||||||
<xi:include href="xml/object_index.sgml"><xi:fallback /></xi:include>
|
<xi:include href="xml/object_index.sgml"><xi:fallback /></xi:include>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
|
<chapter id="callyannotationglossary">
|
||||||
|
<title>Annotations Glossary</title>
|
||||||
|
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
||||||
|
</chapter>
|
||||||
</part>
|
</part>
|
||||||
|
|
||||||
<index>
|
<index>
|
||||||
@ -103,6 +108,11 @@
|
|||||||
<xi:include href="xml/api-index-1.6.xml"><xi:fallback /></xi:include>
|
<xi:include href="xml/api-index-1.6.xml"><xi:fallback /></xi:include>
|
||||||
</index>
|
</index>
|
||||||
|
|
||||||
|
<index role="1.6">
|
||||||
|
<title>Index of new symbols in 1.8</title>
|
||||||
|
<xi:include href="xml/api-index-1.8.xml"><xi:fallback /></xi:include>
|
||||||
|
</index>
|
||||||
|
|
||||||
<appendix id="license">
|
<appendix id="license">
|
||||||
<title>License</title>
|
<title>License</title>
|
||||||
|
|
||||||
|
@ -40,8 +40,10 @@ cally_clone_get_type
|
|||||||
CallyActor
|
CallyActor
|
||||||
CallyActorClass
|
CallyActorClass
|
||||||
CallyActionFunc
|
CallyActionFunc
|
||||||
|
CallyActionCallback
|
||||||
cally_actor_new
|
cally_actor_new
|
||||||
cally_actor_add_action
|
cally_actor_add_action
|
||||||
|
cally_actor_add_action_full
|
||||||
cally_actor_remove_action
|
cally_actor_remove_action
|
||||||
cally_actor_remove_action_by_name
|
cally_actor_remove_action_by_name
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
|
Loading…
Reference in New Issue
Block a user