mirror of
https://github.com/brl/mutter.git
synced 2025-03-03 11:58:09 +00:00
docs: Fixes for the API reference build
This commit is contained in:
parent
53513f8586
commit
683642ba54
@ -321,7 +321,6 @@
|
|||||||
* ]
|
* ]
|
||||||
* }
|
* }
|
||||||
* </programlisting></informalexample>
|
* </programlisting></informalexample>
|
||||||
*
|
|
||||||
* </refsect2>
|
* </refsect2>
|
||||||
*
|
*
|
||||||
* #ClutterLayoutManager is available since Clutter 1.2
|
* #ClutterLayoutManager is available since Clutter 1.2
|
||||||
|
@ -52,16 +52,19 @@ HFILE_GLOB=\
|
|||||||
$(top_builddir)/clutter/*.h \
|
$(top_builddir)/clutter/*.h \
|
||||||
$(top_srcdir)/clutter/x11/clutter-x11.h \
|
$(top_srcdir)/clutter/x11/clutter-x11.h \
|
||||||
$(top_srcdir)/clutter/x11/clutter-x11-texture-pixmap.h \
|
$(top_srcdir)/clutter/x11/clutter-x11-texture-pixmap.h \
|
||||||
$(top_srcdir)/clutter/cogl/clutter-glx-texture-pixmap.h \
|
$(top_srcdir)/clutter/x11/clutter-glx-texture-pixmap.h \
|
||||||
$(top_srcdir)/clutter/cogl/clutter-egl.h \
|
$(top_srcdir)/clutter/egl/clutter-egl.h \
|
||||||
$(top_srcdir)/clutter/cogl/clutter-cex100.h \
|
$(top_srcdir)/clutter/egl/clutter-cex100.h \
|
||||||
$(top_srcdir)/clutter/win32/clutter-win32.h
|
$(top_srcdir)/clutter/win32/clutter-win32.h \
|
||||||
|
$(top_srcdir)/clutter/gdk/clutter-gdk.h
|
||||||
|
|
||||||
CFILE_GLOB=\
|
CFILE_GLOB=\
|
||||||
$(top_srcdir)/clutter/*.c \
|
$(top_srcdir)/clutter/*.c \
|
||||||
$(top_srcdir)/clutter/cogl/*.c \
|
$(top_srcdir)/clutter/cogl/*.c \
|
||||||
$(top_srcdir)/clutter/x11/*.c \
|
$(top_srcdir)/clutter/x11/*.c \
|
||||||
$(top_srcdir)/clutter/win32/*.c
|
$(top_srcdir)/clutter/win32/*.c \
|
||||||
|
$(top_srcdir)/clutter/gdk/*.c \
|
||||||
|
$(top_srcdir)/clutter/egl/*.c
|
||||||
|
|
||||||
# Header files to ignore when scanning.
|
# Header files to ignore when scanning.
|
||||||
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
|
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
|
||||||
@ -96,8 +99,11 @@ IGNORE_HFILES=\
|
|||||||
clutter-timeout-interval.h \
|
clutter-timeout-interval.h \
|
||||||
cally \
|
cally \
|
||||||
cogl \
|
cogl \
|
||||||
|
egl \
|
||||||
evdev \
|
evdev \
|
||||||
|
gdk \
|
||||||
osx \
|
osx \
|
||||||
|
tslib \
|
||||||
x11 \
|
x11 \
|
||||||
wayland \
|
wayland \
|
||||||
win32
|
win32
|
||||||
@ -105,11 +111,12 @@ IGNORE_HFILES=\
|
|||||||
EXTRA_HFILES=\
|
EXTRA_HFILES=\
|
||||||
$(top_srcdir)/clutter/x11/clutter-x11.h \
|
$(top_srcdir)/clutter/x11/clutter-x11.h \
|
||||||
$(top_srcdir)/clutter/x11/clutter-x11-texture-pixmap.h \
|
$(top_srcdir)/clutter/x11/clutter-x11-texture-pixmap.h \
|
||||||
$(top_srcdir)/clutter/cogl/clutter-glx-texture-pixmap.h \
|
$(top_srcdir)/clutter/x11/clutter-glx-texture-pixmap.h \
|
||||||
$(top_srcdir)/clutter/cogl/clutter-egl.h \
|
$(top_srcdir)/clutter/egl/clutter-egl.h \
|
||||||
$(top_srcdir)/clutter/cogl/clutter-cex100.h \
|
$(top_srcdir)/clutter/egl/clutter-cex100.h \
|
||||||
$(top_srcdir)/clutter/wayland/clutter-wayland.h \
|
$(top_srcdir)/clutter/wayland/clutter-wayland.h \
|
||||||
$(top_srcdir)/clutter/win32/clutter-win32.h
|
$(top_srcdir)/clutter/win32/clutter-win32.h \
|
||||||
|
$(top_srcdir)/clutter/gdk/clutter-gdk.h
|
||||||
|
|
||||||
# Images to copy into HTML directory.
|
# Images to copy into HTML directory.
|
||||||
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
|
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
|
||||||
|
@ -203,6 +203,7 @@
|
|||||||
<listitem><para>Backend-related notes, including initialization of
|
<listitem><para>Backend-related notes, including initialization of
|
||||||
the backend features and GL context creation</para></listitem>
|
the backend features and GL context creation</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
<term>event</term>
|
<term>event</term>
|
||||||
<listitem><para>Event handling notes</para></listitem>
|
<listitem><para>Event handling notes</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user