[doc] Document remaining CAIRO_HAS_* macros

I'm sure I had done them all before.  No idea what happened.
Perhaps gtk-doc was not seeing them as missing.
This commit is contained in:
Behdad Esfahbod 2008-05-28 20:57:36 -04:00
parent 65cc905c2f
commit 4e68140aca
4 changed files with 8 additions and 4 deletions

View file

@ -22,7 +22,8 @@ systems, but can be used on other platforms too.
<!-- ##### MACRO CAIRO_HAS_FT_FONT ##### -->
<para>
Defined if the FreeType font backend is available.
This macro can be used to conditionally compile backend-specific code.
</para>

View file

@ -23,7 +23,8 @@ implementation of the font backend methods.
<!-- ##### MACRO CAIRO_HAS_QUARTZ_FONT ##### -->
<para>
Defined if the Quartz font backend is available.
This macro can be used to conditionally compile backend-specific code.
</para>

View file

@ -22,7 +22,8 @@ Apple OS X Quartz rendering system.
<!-- ##### MACRO CAIRO_HAS_QUARTZ_SURFACE ##### -->
<para>
Defined if the Quartz surface backend is available.
This macro can be used to conditionally compile backend-specific code.
</para>

View file

@ -26,7 +26,8 @@ if it is available.
<!-- ##### MACRO CAIRO_HAS_XLIB_SURFACE ##### -->
<para>
Defined if the Xlib surface backend is available.
This macro can be used to conditionally compile backend-specific code.
</para>