[cairo-commit] doc/public
Emmanuel Pacaud
emmanuel at kemper.freedesktop.org
Fri Apr 14 14:11:42 PDT 2006
doc/public/cairo-docs.xml | 1
doc/public/cairo-sections.txt | 8 ++++++
doc/public/tmpl/cairo-svg.sgml | 54 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 63 insertions(+)
New commits:
diff-tree d284c2b5a475ff1672dad10e7bf76763877690a3 (from b9eb4f018e77a3f797116f0915f261d8453b3993)
Author: Emmanuel Pacaud <emmanuel.pacaud at free.fr>
Date: Fri Apr 14 23:11:35 2006 +0200
SVG: enable SVG backend API documentation in /doc
diff --git a/doc/public/cairo-docs.xml b/doc/public/cairo-docs.xml
index 679eb92..b78d269 100644
--- a/doc/public/cairo-docs.xml
+++ b/doc/public/cairo-docs.xml
@@ -40,6 +40,7 @@
<xi:include href="xml/cairo-ps.xml"/>
<xi:include href="xml/cairo-win32.xml"/>
<xi:include href="xml/cairo-beos.xml"/>
+ <xi:include href="xml/cairo-svg.xml"/>
<!-- Experimental Quartz and XCB backends removed
from the public doc for now.
<xi:include href="xml/cairo-quartz.xml"/>
diff --git a/doc/public/cairo-sections.txt b/doc/public/cairo-sections.txt
index bf84dd5..59f5098 100644
--- a/doc/public/cairo-sections.txt
+++ b/doc/public/cairo-sections.txt
@@ -109,6 +109,14 @@ cairo_xlib_surface_create_with_xrender_f
</SECTION>
<SECTION>
+<FILE>cairo-svg</FILE>
+<TITLE>SVG Surfaces</TITLE>
+cairo_svg_surface_create
+cairo_svg_surface_create_for_stream
+cairo_svg_surface_set_dpi
+</SECTION>
+
+<SECTION>
<FILE>cairo-surface</FILE>
<TITLE>cairo_surface_t</TITLE>
cairo_surface_t
diff --git a/doc/public/tmpl/cairo-svg.sgml b/doc/public/tmpl/cairo-svg.sgml
new file mode 100644
index 0000000..55dd625
--- /dev/null
+++ b/doc/public/tmpl/cairo-svg.sgml
@@ -0,0 +1,54 @@
+<!-- ##### SECTION Title ##### -->
+SVG Surfaces
+
+<!-- ##### SECTION Short_Description ##### -->
+Rendering SVG documents
+
+<!-- ##### SECTION Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION Stability_Level ##### -->
+
+
+<!-- ##### FUNCTION cairo_svg_surface_create ##### -->
+<para>
+
+</para>
+
+ at filename:
+ at width_in_points:
+ at height_in_points:
+ at Returns:
+
+
+<!-- ##### FUNCTION cairo_svg_surface_create_for_stream ##### -->
+<para>
+
+</para>
+
+ at write_func:
+ at closure:
+ at width_in_points:
+ at height_in_points:
+ at Returns:
+
+
+<!-- ##### FUNCTION cairo_svg_surface_set_dpi ##### -->
+<para>
+
+</para>
+
+ at surface:
+ at x_dpi:
+ at y_dpi:
+
+
More information about the cairo-commit
mailing list