[PATCH 01/25] doc: add missing colons to since tags
Nis Martensen
nis.martensen at web.de
Sat Mar 3 11:28:47 PST 2012
---
src/cairo-ft-font.c | 12 ++++++------
src/cairo-ft.h | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/cairo-ft-font.c b/src/cairo-ft-font.c
index af66de0..d3c4514 100644
--- a/src/cairo-ft-font.c
+++ b/src/cairo-ft-font.c
@@ -3267,8 +3267,8 @@ cairo_ft_font_face_create_for_ft_face (FT_Face face,
* font, which is useful if you lack those glyphs from a true bold or oblique
* font.
*
- * Since 1.12.
- */
+ * Since: 1.12
+ **/
void
cairo_ft_font_face_set_synthesize (cairo_font_face_t *font_face,
unsigned int synth_flags)
@@ -3289,8 +3289,8 @@ cairo_ft_font_face_set_synthesize (cairo_font_face_t *font_face,
*
* See cairo_ft_font_face_set_synthesize().
*
- * Since 1.12.
- */
+ * Since: 1.12
+ **/
void
cairo_ft_font_face_unset_synthesize (cairo_font_face_t *font_face,
unsigned int synth_flags)
@@ -3310,8 +3310,8 @@ cairo_ft_font_face_unset_synthesize (cairo_font_face_t *font_face,
*
* Returns the current set of synthesis options.
*
- * Since 1.12.
- */
+ * Since: 1.12
+ **/
unsigned int
cairo_ft_font_face_get_synthesize (cairo_font_face_t *font_face)
{
diff --git a/src/cairo-ft.h b/src/cairo-ft.h
index 90fea31..1006727 100644
--- a/src/cairo-ft.h
+++ b/src/cairo-ft.h
@@ -74,7 +74,7 @@ cairo_ft_font_face_create_for_ft_face (FT_Face face,
* @CAIRO_FT_SYNTHESIZE_OBLIQUE: Slant the glyph outline by 12 degrees to the
* right.
*
- * Since 1.12.
+ * Since: 1.12
**/
typedef enum {
CAIRO_FT_SYNTHESIZE_BOLD = 1 << 0,
--
1.7.2.5
--------------090104080009020304000505
Content-Type: text/plain;
name="0002-doc-typo.patch.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="0002-doc-typo.patch.txt"
More information about the cairo
mailing list