diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2010-09-22 15:45:33 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2010-09-28 14:08:01 -0400 |
commit | ce7af5623349df44c4787a44296645db405c5e0c (patch) | |
tree | 3a4f57364d4a5e4ddc400eae5af175d1345eef72 /docs/tmpl | |
parent | 837f1bae095f90c662fdc51fd39a0eeb2bb8f850 (diff) | |
download | pango-ce7af5623349df44c4787a44296645db405c5e0c.tar.gz |
Doc template changes
Diffstat (limited to 'docs/tmpl')
-rw-r--r-- | docs/tmpl/atsui-fonts.sgml | 3 | ||||
-rw-r--r-- | docs/tmpl/bidi.sgml | 3 | ||||
-rw-r--r-- | docs/tmpl/coverage-maps.sgml | 4 | ||||
-rw-r--r-- | docs/tmpl/engines.sgml | 4 | ||||
-rw-r--r-- | docs/tmpl/fonts.sgml | 4 | ||||
-rw-r--r-- | docs/tmpl/freetype-fonts.sgml | 6 | ||||
-rw-r--r-- | docs/tmpl/glyphs.sgml | 4 | ||||
-rw-r--r-- | docs/tmpl/layout.sgml | 3 | ||||
-rw-r--r-- | docs/tmpl/main.sgml | 5 | ||||
-rw-r--r-- | docs/tmpl/modules.sgml | 3 | ||||
-rw-r--r-- | docs/tmpl/opentype.sgml | 3 | ||||
-rw-r--r-- | docs/tmpl/pango-engine-lang.sgml | 3 | ||||
-rw-r--r-- | docs/tmpl/pango-engine-shape.sgml | 3 | ||||
-rw-r--r-- | docs/tmpl/pango-renderer.sgml | 3 | ||||
-rw-r--r-- | docs/tmpl/pango-version.sgml | 5 | ||||
-rw-r--r-- | docs/tmpl/pangocairo.sgml | 5 | ||||
-rw-r--r-- | docs/tmpl/pangofc-decoder.sgml | 3 | ||||
-rw-r--r-- | docs/tmpl/pangofc-font.sgml | 3 | ||||
-rw-r--r-- | docs/tmpl/pangofc-fontmap.sgml | 3 | ||||
-rw-r--r-- | docs/tmpl/scripts.sgml | 4 | ||||
-rw-r--r-- | docs/tmpl/tab-stops.sgml | 3 | ||||
-rw-r--r-- | docs/tmpl/text-attributes.sgml | 4 | ||||
-rw-r--r-- | docs/tmpl/utils.sgml | 5 | ||||
-rw-r--r-- | docs/tmpl/vertical.sgml | 3 | ||||
-rw-r--r-- | docs/tmpl/win32-fonts.sgml | 9 | ||||
-rw-r--r-- | docs/tmpl/x-fonts.sgml | 3 | ||||
-rw-r--r-- | docs/tmpl/xft-fonts.sgml | 3 |
27 files changed, 104 insertions, 0 deletions
diff --git a/docs/tmpl/atsui-fonts.sgml b/docs/tmpl/atsui-fonts.sgml index 19b03445..c8b6aa06 100644 --- a/docs/tmpl/atsui-fonts.sgml +++ b/docs/tmpl/atsui-fonts.sgml @@ -18,6 +18,9 @@ MacOS systems using the ATSUI text rendering subsystem. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### MACRO PANGO_RENDER_TYPE_ATSUI ##### --> <para> A string constant identifying the ATSUI renderer. The associated quark (see diff --git a/docs/tmpl/bidi.sgml b/docs/tmpl/bidi.sgml index 7e5171e9..e02d1ec9 100644 --- a/docs/tmpl/bidi.sgml +++ b/docs/tmpl/bidi.sgml @@ -28,6 +28,9 @@ pango_itemize_with_base_dir() <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### ENUM PangoDirection ##### --> <para> </para> diff --git a/docs/tmpl/coverage-maps.sgml b/docs/tmpl/coverage-maps.sgml index 69c71626..7e0ced9c 100644 --- a/docs/tmpl/coverage-maps.sgml +++ b/docs/tmpl/coverage-maps.sgml @@ -20,6 +20,9 @@ to represent that information. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### ENUM PangoCoverageLevel ##### --> <para> Used to indicate how well a font can represent a particular Unicode @@ -56,6 +59,7 @@ to #PangoCoverageLevel. It is an opaque structure with no public fields. </para> +@void: @Returns: diff --git a/docs/tmpl/engines.sgml b/docs/tmpl/engines.sgml index 20de439f..f9c56c6a 100644 --- a/docs/tmpl/engines.sgml +++ b/docs/tmpl/engines.sgml @@ -31,6 +31,9 @@ function is used when building a catalog of all available modules. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT PangoEngineInfo ##### --> <para> The #PangoEngineInfo structure contains information about a particular @@ -103,6 +106,7 @@ specific. </para> +@void: <!-- ##### FUNCTION script_engine_create ##### --> diff --git a/docs/tmpl/fonts.sgml b/docs/tmpl/fonts.sgml index baa05584..7b55dea7 100644 --- a/docs/tmpl/fonts.sgml +++ b/docs/tmpl/fonts.sgml @@ -22,6 +22,9 @@ to load a font of a given description. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT PangoFontDescription ##### --> <para> The #PangoFontDescription structure represents the description @@ -143,6 +146,7 @@ The #GObject type for #PangoFontMask. </para> +@void: @Returns: diff --git a/docs/tmpl/freetype-fonts.sgml b/docs/tmpl/freetype-fonts.sgml index 06f5006c..2ed58bd3 100644 --- a/docs/tmpl/freetype-fonts.sgml +++ b/docs/tmpl/freetype-fonts.sgml @@ -18,6 +18,9 @@ text to bitmaps using the FreeType 2 library. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT PangoFT2FontMap ##### --> <para> The #PangoFT2FontMap is the #PangoFontMap implementation for FreeType fonts. @@ -37,6 +40,7 @@ with the FreeType backend. See %PANGO_RENDER_TYPE_FC for the replacement. </para> +@void: @Returns: @@ -210,6 +214,7 @@ Function type for doing final config tweaking on prepared FcPatterns. </para> +@void: @Returns: @@ -218,5 +223,6 @@ Function type for doing final config tweaking on prepared FcPatterns. </para> +@void: diff --git a/docs/tmpl/glyphs.sgml b/docs/tmpl/glyphs.sgml index be546c61..399319eb 100644 --- a/docs/tmpl/glyphs.sgml +++ b/docs/tmpl/glyphs.sgml @@ -20,6 +20,9 @@ glyphs. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### MACRO PANGO_SCALE ##### --> <para> The %PANGO_SCALE macro represents the scale between dimensions used @@ -476,6 +479,7 @@ The #GObject type for #PangoGlyphString. </para> +@void: @Returns: diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml index c60f9d5a..54e385ed 100644 --- a/docs/tmpl/layout.sgml +++ b/docs/tmpl/layout.sgml @@ -22,6 +22,9 @@ at once. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT PangoLayout ##### --> <para> The #PangoLayout structure represents an entire paragraph diff --git a/docs/tmpl/main.sgml b/docs/tmpl/main.sgml index 3bfcb998..8373b123 100644 --- a/docs/tmpl/main.sgml +++ b/docs/tmpl/main.sgml @@ -20,6 +20,9 @@ various steps of this process. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT PangoContext ##### --> <para> The #PangoContext structure stores global information @@ -124,6 +127,7 @@ The #GObject type for #PangoDirection. </para> +@void: @Returns: @@ -152,6 +156,7 @@ The #GObject type for #PangoDirection. </para> +@void: @Returns: diff --git a/docs/tmpl/modules.sgml b/docs/tmpl/modules.sgml index 0fe8c42f..faac809a 100644 --- a/docs/tmpl/modules.sgml +++ b/docs/tmpl/modules.sgml @@ -18,6 +18,9 @@ modules that add engines to Pango at run time. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT PangoIncludedModule ##### --> <para> The #PangoIncludedModule structure for a statically linked module diff --git a/docs/tmpl/opentype.sgml b/docs/tmpl/opentype.sgml index ca4b53b8..cccc5187 100644 --- a/docs/tmpl/opentype.sgml +++ b/docs/tmpl/opentype.sgml @@ -19,6 +19,9 @@ shaping engines <!-- ##### SECTION Stability_Level ##### --> Unstable +<!-- ##### SECTION Image ##### --> + + <!-- ##### TYPEDEF PangoOTTag ##### --> <para> The <type>PangoOTTag</type> typedef is used to represent TrueType and OpenType diff --git a/docs/tmpl/pango-engine-lang.sgml b/docs/tmpl/pango-engine-lang.sgml index a5a91bf3..73df49c2 100644 --- a/docs/tmpl/pango-engine-lang.sgml +++ b/docs/tmpl/pango-engine-lang.sgml @@ -19,6 +19,9 @@ These engines are used in pango_break(). <!-- ##### SECTION Stability_Level ##### --> Unstable +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT PangoEngineLang ##### --> <para> </para> diff --git a/docs/tmpl/pango-engine-shape.sgml b/docs/tmpl/pango-engine-shape.sgml index 5e66f2db..3d5dd3b8 100644 --- a/docs/tmpl/pango-engine-shape.sgml +++ b/docs/tmpl/pango-engine-shape.sgml @@ -19,6 +19,9 @@ These engines are used in pango_shape(). <!-- ##### SECTION Stability_Level ##### --> Unstable +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT PangoEngineShape ##### --> <para> </para> diff --git a/docs/tmpl/pango-renderer.sgml b/docs/tmpl/pango-renderer.sgml index 54445450..f8e524a6 100644 --- a/docs/tmpl/pango-renderer.sgml +++ b/docs/tmpl/pango-renderer.sgml @@ -21,6 +21,9 @@ destinations can be created. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT PangoRenderer ##### --> <para> diff --git a/docs/tmpl/pango-version.sgml b/docs/tmpl/pango-version.sgml index 230946d2..923fac87 100644 --- a/docs/tmpl/pango-version.sgml +++ b/docs/tmpl/pango-version.sgml @@ -22,6 +22,9 @@ at run-time. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### MACRO PANGO_VERSION_ENCODE ##### --> <para> This macro encodes the given Pango version into an integer. The numbers @@ -86,6 +89,7 @@ the provided version number. </para> +@void: @Returns: @@ -94,6 +98,7 @@ the provided version number. </para> +@void: @Returns: diff --git a/docs/tmpl/pangocairo.sgml b/docs/tmpl/pangocairo.sgml index 6a907827..32f3ca68 100644 --- a/docs/tmpl/pangocairo.sgml +++ b/docs/tmpl/pangocairo.sgml @@ -145,6 +145,9 @@ int main (int argc, char **argv) <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT PangoCairoFont ##### --> <para> @@ -162,6 +165,7 @@ int main (int argc, char **argv) </para> +@void: @Returns: @@ -178,6 +182,7 @@ int main (int argc, char **argv) </para> +@void: @Returns: diff --git a/docs/tmpl/pangofc-decoder.sgml b/docs/tmpl/pangofc-decoder.sgml index b8191c73..7b80410c 100644 --- a/docs/tmpl/pangofc-decoder.sgml +++ b/docs/tmpl/pangofc-decoder.sgml @@ -18,6 +18,9 @@ for handling a font that is encoded in a custom way. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT PangoFcDecoder ##### --> <para> diff --git a/docs/tmpl/pangofc-font.sgml b/docs/tmpl/pangofc-font.sgml index a1b055c2..80292a21 100644 --- a/docs/tmpl/pangofc-font.sgml +++ b/docs/tmpl/pangofc-font.sgml @@ -34,6 +34,9 @@ Fontconfig-based backend involves deriving from both <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT PangoFcFont ##### --> <para> diff --git a/docs/tmpl/pangofc-fontmap.sgml b/docs/tmpl/pangofc-fontmap.sgml index ee6cca06..2896c4b8 100644 --- a/docs/tmpl/pangofc-fontmap.sgml +++ b/docs/tmpl/pangofc-fontmap.sgml @@ -34,6 +34,9 @@ Fontconfig-based backend involves deriving from both <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT PangoFcFontMap ##### --> <para> diff --git a/docs/tmpl/scripts.sgml b/docs/tmpl/scripts.sgml index a87e7fb4..a70d3b40 100644 --- a/docs/tmpl/scripts.sgml +++ b/docs/tmpl/scripts.sgml @@ -19,6 +19,9 @@ and of ranges within a larger text string. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### ENUM PangoScript ##### --> <para> The #PangoScript enumeration identifies different writing @@ -252,6 +255,7 @@ The #GObject type for #PangoLanguage. </para> +@void: @Returns: diff --git a/docs/tmpl/tab-stops.sgml b/docs/tmpl/tab-stops.sgml index 03ae3792..62b02020 100644 --- a/docs/tmpl/tab-stops.sgml +++ b/docs/tmpl/tab-stops.sgml @@ -18,6 +18,9 @@ that can be used to set tab stop positions in a #PangoLayout. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT PangoTabArray ##### --> <para> A #PangoTabArray struct contains an array diff --git a/docs/tmpl/text-attributes.sgml b/docs/tmpl/text-attributes.sgml index 57469b8a..98158f80 100644 --- a/docs/tmpl/text-attributes.sgml +++ b/docs/tmpl/text-attributes.sgml @@ -21,6 +21,9 @@ of attributes applied to a portion of text. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### ENUM PangoAttrType ##### --> <para> The #PangoAttrType @@ -653,6 +656,7 @@ The #GObject type for #PangoAttrList. </para> +@void: @Returns: diff --git a/docs/tmpl/utils.sgml b/docs/tmpl/utils.sgml index 6ac6a66f..c42b385b 100644 --- a/docs/tmpl/utils.sgml +++ b/docs/tmpl/utils.sgml @@ -18,6 +18,9 @@ backends and modules, but may be useful for other purposes too. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### FUNCTION pango_split_file_list ##### --> <para> @@ -166,6 +169,7 @@ backends and modules, but may be useful for other purposes too. </para> +@void: @Returns: @@ -174,6 +178,7 @@ backends and modules, but may be useful for other purposes too. </para> +@void: @Returns: diff --git a/docs/tmpl/vertical.sgml b/docs/tmpl/vertical.sgml index 83e33a1e..5d0ab511 100644 --- a/docs/tmpl/vertical.sgml +++ b/docs/tmpl/vertical.sgml @@ -73,6 +73,9 @@ pango_attr_gravity_hint_new() <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### ENUM PangoGravity ##### --> <para> diff --git a/docs/tmpl/win32-fonts.sgml b/docs/tmpl/win32-fonts.sgml index 8ead0d0f..eb208ade 100644 --- a/docs/tmpl/win32-fonts.sgml +++ b/docs/tmpl/win32-fonts.sgml @@ -18,6 +18,9 @@ Win32 systems and to render text in conjunction with Win32 APIs. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### MACRO PANGO_RENDER_TYPE_WIN32 ##### --> <para> A string constant identifying the Win32 renderer. The associated quark (see @@ -31,6 +34,7 @@ g_quark_from_string()) is used to identify the renderer in pango_find_map(). </para> +@void: @Returns: @@ -133,6 +137,7 @@ g_quark_from_string()) is used to identify the renderer in pango_find_map(). </para> +@void: @Returns: @@ -141,6 +146,7 @@ g_quark_from_string()) is used to identify the renderer in pango_find_map(). </para> +@void: @Returns: @@ -156,6 +162,7 @@ HFONTs by their LOGFONT descriptions. </para> +@void: @Returns: @@ -201,6 +208,7 @@ HFONTs by their LOGFONT descriptions. </para> +@void: @Returns: @@ -209,6 +217,7 @@ HFONTs by their LOGFONT descriptions. </para> +@void: <!-- ##### FUNCTION pango_win32_font_map_get_font_cache ##### --> diff --git a/docs/tmpl/x-fonts.sgml b/docs/tmpl/x-fonts.sgml index ca76af76..33fd2f41 100644 --- a/docs/tmpl/x-fonts.sgml +++ b/docs/tmpl/x-fonts.sgml @@ -21,6 +21,9 @@ or <link linkend="pango-Cairo-Rendering">Cairo</link> backend instead. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### MACRO PANGO_RENDER_TYPE_X ##### --> <para> A string constant identifying the X renderer. The associated quark (see diff --git a/docs/tmpl/xft-fonts.sgml b/docs/tmpl/xft-fonts.sgml index 76e755ab..d996eba7 100644 --- a/docs/tmpl/xft-fonts.sgml +++ b/docs/tmpl/xft-fonts.sgml @@ -42,6 +42,9 @@ overriding the #PangoXftRendererClass virtual functions <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT PangoXftFont ##### --> <para> #PangoXftFont is an implementation of #PangoFcFont using the Xft |