Fix documentation build.

The empty line after `* @description:` caused the refdoc build to fail,
see

  https://github.com/freetype/docwriter/issues/77
This commit is contained in:
Jan Alexander Steffens (heftig) 2020-11-03 22:30:30 +01:00 committed by Werner Lemberg
parent b049cadeb1
commit 22bb0660a3
1 changed files with 1 additions and 2 deletions

View File

@ -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.
*