diff options
author | Maarten Bosmans <mkbosmans@gmail.com> | 2010-12-28 13:32:27 +0100 |
---|---|---|
committer | Andrea Canciani <ranma42@gmail.com> | 2011-01-16 18:40:49 +0100 |
commit | a35180714798ace2299aad531e2eacfa7968f16e (patch) | |
tree | 69fc75147fe4747c5a102618d61e4bffff4de8e0 /doc | |
parent | 32241cde01a2a095f04c0b110067d4c1571f9cbd (diff) |
doc: Fix some broken references and gtk-doc warnings
The gtk-doc comments contain some typos and are missing some escaping.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/public/cairo-sections.txt | 1 | ||||
-rw-r--r-- | doc/public/language-bindings.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/public/cairo-sections.txt b/doc/public/cairo-sections.txt index bd25a8cc..ec7c9f1b 100644 --- a/doc/public/cairo-sections.txt +++ b/doc/public/cairo-sections.txt @@ -187,6 +187,7 @@ CAIRO_MIME_TYPE_JP2 CAIRO_MIME_TYPE_JPEG CAIRO_MIME_TYPE_PNG CAIRO_MIME_TYPE_URI +CAIRO_MIME_TYPE_UNIQUE_ID cairo_surface_t cairo_content_t cairo_surface_create_similar diff --git a/doc/public/language-bindings.xml b/doc/public/language-bindings.xml index c9a810c4..3b879adf 100644 --- a/doc/public/language-bindings.xml +++ b/doc/public/language-bindings.xml @@ -395,7 +395,7 @@ public void writeToPNG (OutputStream stream) throws IOException; <remark> I'm not sure how to handle this for <link - linkend="cairo-pdf-surface-create-for-callback"><function>cairo_pdf_surface_create_for_callback()</function></link>. + linkend="cairo-pdf-surface-create-for-stream"><function>cairo_pdf_surface_create_for_stream()</function></link>. Other than keep a “exception to rethrow” thread-specific variable that is checked after <emphasis>every</emphasis> call to a Cairo |