[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] [freetype2] Fix documentation build.
From: |
Jan Alexander Steffens (heftig) |
Subject: |
[PATCH] [freetype2] Fix documentation build. |
Date: |
Tue, 3 Nov 2020 22:30:30 +0100 |
The empty line after `* @description:` caused the refdoc build to fail,
see
https://github.com/freetype/docwriter/issues/77
---
include/freetype/ftimage.h | 3 +--
1 file changed, 1 insertion(+), 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.
*
--
2.29.2
- [PATCH] [freetype2] Fix documentation build.,
Jan Alexander Steffens (heftig) <=