summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig) <jan.steffens@gmail.com>2020-11-03 22:30:30 +0100
committerWerner Lemberg <wl@gnu.org>2020-11-03 22:36:29 +0100
commit22bb0660a30c0c21c7bb9bd7967937383378ecba (patch)
tree43f4954869c51a035981bd4f1f6ea4d1ebfbadb0
parentb049cadeb140957c79ba5bf6f2c766021c483556 (diff)
downloadfreetype2-22bb0660a30c0c21c7bb9bd7967937383378ecba.tar.gz
Fix documentation build.
The empty line after `* @description:` caused the refdoc build to fail, see https://github.com/freetype/docwriter/issues/77
-rw-r--r--include/freetype/ftimage.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/freetype/ftimage.h b/include/freetype/ftimage.h
index a759e1399..5e2257f96 100644
--- a/include/freetype/ftimage.h
+++ b/include/freetype/ftimage.h
@@ -785,7 +785,6 @@ FT_BEGIN_HEADER
* How vectorial outlines are converted into bitmaps and pixmaps.
*
* @description:
-
* A raster or a rasterizer is a scan converter in charge of producing a
* pixel coverage bitmap that can be used as an alpha channel when
* compositing a glyph with a background. FreeType comes with two
@@ -1054,7 +1053,7 @@ FT_BEGIN_HEADER
* An opaque handle (pointer) to a raster object. Each object can be
* used independently to convert an outline into a bitmap or pixmap.
*
- * @note
+ * @note:
* In FreeType 2, all rasters are now encapsulated within specific
* @FT_Renderer modules and only used in their context.
*