2007-01-18 Emmanuele Bassi <ebassi@openedhand.com>

* clutter-sections.txt: Remove old cruft.

	* clutter-docs.sgml: Add index of symbols.

	* tmpl/clutter-fixed.sgml: Fix doc template.
This commit is contained in:
Emmanuele Bassi 2007-01-18 08:53:50 +00:00
parent 9ba314396b
commit 763c7ca923
4 changed files with 24 additions and 15 deletions

View File

@ -1,3 +1,11 @@
2007-01-18 Emmanuele Bassi <ebassi@openedhand.com>
* clutter-sections.txt: Remove old cruft.
* clutter-docs.sgml: Add index of symbols.
* tmpl/clutter-fixed.sgml: Fix doc template.
2007-01-16 Emmanuele Bassi <ebassi@openedhand.com>
* clutter-sections.txt: Remove clutter_vblank_method(): it's

View File

@ -94,6 +94,8 @@
<xi:include href="xml/clutter-version.xml"/>
</chapter>
<index></index>
<appendix id="license">
<title>License</title>

View File

@ -461,7 +461,6 @@ CFX_PI
CFX_2PI
CFX_PI_2
CFX_PI_4
CFX_PI8192
CFX_120
CFX_180
CFX_240

View File

@ -63,70 +63,70 @@ Minumum number representable by #ClutterFixed.
<!-- ##### MACRO CFX_PI ##### -->
<para>
#ClutterFixed representation of Pi.
</para>
<!-- ##### MACRO CFX_2PI ##### -->
<para>
#ClutterFixed representation of 2 * Pi.
</para>
<!-- ##### MACRO CFX_PI_2 ##### -->
<para>
#ClutterFixed representation of Pi/2.
</para>
<!-- ##### MACRO CFX_PI_4 ##### -->
<para>
#ClutterFixed representation of Pi/4.
</para>
<!-- ##### MACRO CFX_120 ##### -->
<para>
#ClutterFixed representation of 120.
</para>
<!-- ##### MACRO CFX_180 ##### -->
<para>
#ClutterFixed representation of 180.
</para>
<!-- ##### MACRO CFX_240 ##### -->
<para>
#ClutterFixed representation of 240.
</para>
<!-- ##### MACRO CFX_360 ##### -->
<para>
#ClutterFixed representation of 360.
</para>
<!-- ##### MACRO CFX_60 ##### -->
<para>
#ClutterFixed representation of 60.
</para>
<!-- ##### MACRO CFX_255 ##### -->
<para>
#ClutterFixed representation of 255.
</para>
@ -236,18 +236,18 @@ Macro for difvision of two #ClutterFixed numbers.
<!-- ##### MACRO clutter_cosi ##### -->
<para>
Very fast fixed point cosine function.
</para>
@x: #ClutterAngle
@angle:
<!-- ##### MACRO clutter_cosx ##### -->
<para>
Fast fixed point cosine function.
</para>
@x: #ClutterFixed
@angle:
<!-- ##### FUNCTION clutter_sini ##### -->