[cairo-commit] cairo/doc/public/tmpl cairo-paths.sgml, 1.2, 1.3 cairo-text.sgml, 1.1, 1.2

Billy Biggs commit at pdx.freedesktop.org
Tue Aug 23 21:10:41 PDT 2005


Committed by: vektor

Update of /cvs/cairo/cairo/doc/public/tmpl
In directory gabe:/tmp/cvs-serv30717/doc/public/tmpl

Modified Files:
	cairo-paths.sgml cairo-text.sgml 
Log Message:
	* src/cairo.c: Document the rest of the path functions (except the
	two text ones, which should coordinate with their corresponding
	non-path versions).
	* doc/public/cairo-sections.txt:
	* doc/public/tmpl/cairo-paths.sgml:
	* doc/public/tmpl/cairo-text.sgml: Minor shuffling.



Index: cairo-paths.sgml
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/tmpl/cairo-paths.sgml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cairo-paths.sgml	24 Aug 2005 02:52:09 -0000	1.2
+++ cairo-paths.sgml	24 Aug 2005 04:10:39 -0000	1.3
@@ -79,15 +79,17 @@
 @path: 
 
 
-<!-- ##### FUNCTION cairo_new_path ##### -->
+<!-- ##### FUNCTION cairo_get_current_point ##### -->
 <para>
 
 </para>
 
 @cr: 
+ at x: 
+ at y: 
 
 
-<!-- ##### FUNCTION cairo_close_path ##### -->
+<!-- ##### FUNCTION cairo_new_path ##### -->
 <para>
 
 </para>
@@ -95,34 +97,38 @@
 @cr: 
 
 
-<!-- ##### FUNCTION cairo_get_current_point ##### -->
+<!-- ##### FUNCTION cairo_close_path ##### -->
 <para>
 
 </para>
 
 @cr: 
- at x: 
- at y: 
 
 
-<!-- ##### FUNCTION cairo_move_to ##### -->
+<!-- ##### FUNCTION cairo_arc ##### -->
 <para>
 
 </para>
 
 @cr: 
- at x: 
- at y: 
+ at xc: 
+ at yc: 
+ at radius: 
+ at angle1: 
+ at angle2: 
 
 
-<!-- ##### FUNCTION cairo_line_to ##### -->
+<!-- ##### FUNCTION cairo_arc_negative ##### -->
 <para>
 
 </para>
 
 @cr: 
- at x: 
- at y: 
+ at xc: 
+ at yc: 
+ at radius: 
+ at angle1: 
+ at angle2: 
 
 
 <!-- ##### FUNCTION cairo_curve_to ##### -->
@@ -139,50 +145,55 @@
 @y3: 
 
 
-<!-- ##### FUNCTION cairo_arc ##### -->
+<!-- ##### FUNCTION cairo_line_to ##### -->
 <para>
 
 </para>
 
 @cr: 
- at xc: 
- at yc: 
- at radius: 
- at angle1: 
- at angle2: 
+ at x: 
+ at y: 
 
 
-<!-- ##### FUNCTION cairo_arc_negative ##### -->
+<!-- ##### FUNCTION cairo_move_to ##### -->
 <para>
 
 </para>
 
 @cr: 
- at xc: 
- at yc: 
- at radius: 
- at angle1: 
- at angle2: 
+ at x: 
+ at y: 
 
 
-<!-- ##### FUNCTION cairo_rel_move_to ##### -->
+<!-- ##### FUNCTION cairo_rectangle ##### -->
 <para>
 
 </para>
 
 @cr: 
- at dx: 
- at dy: 
+ at x: 
+ at y: 
+ at width: 
+ at height: 
 
 
-<!-- ##### FUNCTION cairo_rel_line_to ##### -->
+<!-- ##### FUNCTION cairo_glyph_path ##### -->
 <para>
 
 </para>
 
 @cr: 
- at dx: 
- at dy: 
+ at glyphs: 
+ at num_glyphs: 
+
+
+<!-- ##### FUNCTION cairo_text_path ##### -->
+<para>
+
+</para>
+
+ at cr: 
+ at utf8: 
 
 
 <!-- ##### FUNCTION cairo_rel_curve_to ##### -->
@@ -199,15 +210,23 @@
 @dy3: 
 
 
-<!-- ##### FUNCTION cairo_rectangle ##### -->
+<!-- ##### FUNCTION cairo_rel_line_to ##### -->
 <para>
 
 </para>
 
 @cr: 
- at x: 
- at y: 
- at width: 
- at height: 
+ at dx: 
+ at dy: 
+
+
+<!-- ##### FUNCTION cairo_rel_move_to ##### -->
+<para>
+
+</para>
+
+ at cr: 
+ at dx: 
+ at dy: 
 
 

Index: cairo-text.sgml
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/tmpl/cairo-text.sgml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cairo-text.sgml	23 Aug 2005 05:11:44 -0000	1.1
+++ cairo-text.sgml	24 Aug 2005 04:10:39 -0000	1.2
@@ -168,22 +168,3 @@
 @extents: 
 
 
-<!-- ##### FUNCTION cairo_text_path ##### -->
-<para>
-
-</para>
-
- at cr: 
- at utf8: 
-
-
-<!-- ##### FUNCTION cairo_glyph_path ##### -->
-<para>
-
-</para>
-
- at cr: 
- at glyphs: 
- at num_glyphs: 
-
-



More information about the cairo-commit mailing list