summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Podtelezhnikov <apodtele@gmail.com>2018-04-19 17:57:42 -0400
committerAlexei Podtelezhnikov <apodtele@gmail.com>2018-04-19 17:57:42 -0400
commit92e4662ba6a5f7d364f2138fb398d90b210b65e7 (patch)
tree2e04e6b17aae41a39bf05e8c077343320df3cf9d
parente4b6d8532673d0dab6138d98c33ed9ab8d23e05c (diff)
downloadfreetype2-92e4662ba6a5f7d364f2138fb398d90b210b65e7.tar.gz
Documentation tweaks.
-rw-r--r--include/freetype/freetype.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 77dd187ee..008335cfa 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -1176,7 +1176,7 @@ FT_BEGIN_HEADER
/* interpolating between them. Supported formats are Adobe MM, */
/* TrueType GX, and OpenType variation fonts. */
/* */
- /* See the multiple-masters specific API for details. */
+ /* See section @multiple_masters for API details. */
/* */
/* FT_FACE_FLAG_GLYPH_NAMES :: */
/* The face contains glyph names, which can be retrieved using */
@@ -2063,8 +2063,8 @@ FT_BEGIN_HEADER
/* data :: A pointer to the parameter data. */
/* */
/* <Note> */
- /* The ID and function of parameters are driver-specific. See the */
- /* various FT_PARAM_TAG_XXX flags for more information. */
+ /* The ID and function of parameters are driver-specific. See */
+ /* section @parameter_tags for more information. */
/* */
typedef struct FT_Parameter_
{