summaryrefslogtreecommitdiff
path: root/doc/public/tmpl/cairo-ps.sgml
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-07-08 13:05:18 +0200
committerBenjamin Otte <otte@redhat.com>2010-07-08 14:27:16 +0200
commitb870cc030d8e0eb6309695e5a101c802f688cf40 (patch)
tree943381b08e5af5a8053d043b1465c0b2340e50a4 /doc/public/tmpl/cairo-ps.sgml
parent65a1e351330106ee0af9f6f0df06b82954341ee6 (diff)
doc: Move tmpl/ docs to inline docs
I did this manually so I could review the docs at the same time. If anyone finds typos or other mistakes I did, please complain to me (or better: fix them).
Diffstat (limited to 'doc/public/tmpl/cairo-ps.sgml')
-rw-r--r--doc/public/tmpl/cairo-ps.sgml144
1 files changed, 0 insertions, 144 deletions
diff --git a/doc/public/tmpl/cairo-ps.sgml b/doc/public/tmpl/cairo-ps.sgml
deleted file mode 100644
index ac8f3519..00000000
--- a/doc/public/tmpl/cairo-ps.sgml
+++ /dev/null
@@ -1,144 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-PostScript Surfaces
-
-<!-- ##### SECTION Short_Description ##### -->
-Rendering PostScript documents
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-The PostScript surface is used to render cairo graphics to Adobe
-PostScript files and is a multi-page vector surface backend.
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-<itemizedlist>
-<listitem>#cairo_surface_t</listitem>
-</itemizedlist>
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### SECTION Image ##### -->
-
-
-<!-- ##### MACRO CAIRO_HAS_PS_SURFACE ##### -->
-<para>
-Defined if the PostScript surface backend is available.
-This macro can be used to conditionally compile backend-specific code.
-</para>
-
-
-
-<!-- ##### FUNCTION cairo_ps_surface_create ##### -->
-<para>
-
-</para>
-
-@filename:
-@width_in_points:
-@height_in_points:
-@Returns:
-
-
-<!-- ##### FUNCTION cairo_ps_surface_create_for_stream ##### -->
-<para>
-
-</para>
-
-@write_func:
-@closure:
-@width_in_points:
-@height_in_points:
-@Returns:
-
-
-<!-- ##### FUNCTION cairo_ps_surface_restrict_to_level ##### -->
-<para>
-
-</para>
-
-@surface:
-@level:
-
-
-<!-- ##### ENUM cairo_ps_level_t ##### -->
-<para>
-
-</para>
-
-@CAIRO_PS_LEVEL_2:
-@CAIRO_PS_LEVEL_3:
-
-<!-- ##### FUNCTION cairo_ps_get_levels ##### -->
-<para>
-
-</para>
-
-@levels:
-@num_levels:
-
-
-<!-- ##### FUNCTION cairo_ps_level_to_string ##### -->
-<para>
-
-</para>
-
-@level:
-@Returns:
-
-
-<!-- ##### FUNCTION cairo_ps_surface_set_eps ##### -->
-<para>
-
-</para>
-
-@surface:
-@eps:
-
-
-<!-- ##### FUNCTION cairo_ps_surface_get_eps ##### -->
-<para>
-
-</para>
-
-@surface:
-@Returns:
-
-
-<!-- ##### FUNCTION cairo_ps_surface_set_size ##### -->
-<para>
-
-</para>
-
-@surface:
-@width_in_points:
-@height_in_points:
-
-
-<!-- ##### FUNCTION cairo_ps_surface_dsc_begin_setup ##### -->
-<para>
-
-</para>
-
-@surface:
-
-
-<!-- ##### FUNCTION cairo_ps_surface_dsc_begin_page_setup ##### -->
-<para>
-
-</para>
-
-@surface:
-
-
-<!-- ##### FUNCTION cairo_ps_surface_dsc_comment ##### -->
-<para>
-
-</para>
-
-@surface:
-@comment:
-
-