Adds the BeOS surface functions to the list of functions for which to generate documentation.

This commit is contained in:
Christian Biesinger 2006-02-11 12:57:56 +00:00
parent 9c05d2aab1
commit 8ff1866724
5 changed files with 57 additions and 0 deletions

View file

@ -1,3 +1,13 @@
2006-02-11 Christian Biesinger <cbiesinger@web.de>
* doc/public/cairo-docs.xml:
* doc/public/cairo-sections.txt:
* doc/public/language-bindings.xml:
* doc/public/tmpl/cairo-beos.sgml:
Adds the BeOS surface functions to the list of
functions for which to generate documentation.
2006-01-29 Emmanuel Pacaud <emmanuel.pacaud@free.fr>
* test/cairo-test.c (create_svg_surface): fix filename.

View file

@ -39,6 +39,7 @@
<xi:include href="xml/cairo-png.xml"/>
<xi:include href="xml/cairo-ps.xml"/>
<xi:include href="xml/cairo-win32.xml"/>
<xi:include href="xml/cairo-beos.xml"/>
<!-- Experimental Quartz and XCB backends removed
from the public doc for now.
<xi:include href="xml/cairo-quartz.xml"/>

View file

@ -72,6 +72,13 @@ cairo_quartz_surface_create
cairo_win32_surface_create
</SECTION>
<SECTION>
<FILE>cairo-beos</FILE>
<TITLE>BeOS Surfaces</TITLE>
cairo_beos_surface_create
cairo_beos_surface_create_for_bitmap
</SECTION>
<SECTION>
<FILE>cairo-xcb</FILE>
<TITLE>XCB Surfaces</TITLE>

View file

@ -543,6 +543,7 @@ cairo_surface_t
cairo_atsui_surface_t
cairo_win32_surface_t
cairo_xlib_surface_t
cairo_beos_surface_t
</programlisting>
<para>
Unlike patterns, the constructors and methods on these types are

View file

@ -0,0 +1,38 @@
<!-- ##### SECTION Title ##### -->
BeOS Surfaces
<!-- ##### SECTION Short_Description ##### -->
BeOS surface support
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### FUNCTION cairo_beos_surface_create ##### -->
<para>
</para>
@view:
@Returns:
<!-- ##### FUNCTION cairo_beos_surface_create_for_bitmap ##### -->
<para>
</para>
@view:
@bmp:
@Returns: