summaryrefslogtreecommitdiff
path: root/include/freetype/t1tables.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2019-02-20 16:18:40 +0100
committerWerner Lemberg <wl@gnu.org>2019-02-20 16:19:19 +0100
commit8de11f3def20c1e265ab0c60b7a4e81fa011ccf7 (patch)
treea4ff5f1b1eabc1a64606685f387f1d66bee2e486 /include/freetype/t1tables.h
parentf92fa39341846b694864fb5e94da442c6f3fbb6e (diff)
downloadfreetype2-8de11f3def20c1e265ab0c60b7a4e81fa011ccf7.tar.gz
s/NULL/`NULL`/ in documentation.
Diffstat (limited to 'include/freetype/t1tables.h')
-rw-r--r--include/freetype/t1tables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/freetype/t1tables.h b/include/freetype/t1tables.h
index 81da156a4..307a4166f 100644
--- a/include/freetype/t1tables.h
+++ b/include/freetype/t1tables.h
@@ -499,7 +499,7 @@ FT_BEGIN_HEADER
* @note:
* String pointers within the @PS_FontInfoRec structure are owned by the
* face and don't need to be freed by the caller. Missing entries in
- * the font's FontInfo dictionary are represented by NULL pointers.
+ * the font's FontInfo dictionary are represented by `NULL` pointers.
*
* If the font's format is not PostScript-based, this function will
* return the `FT_Err_Invalid_Argument` error code.
@@ -733,7 +733,7 @@ FT_BEGIN_HEADER
* `value` is a void pointer because the values returned can be of
* various types.
*
- * If either `value` is NULL or `value_len` is too small, just the
+ * If either `value` is `NULL` or `value_len` is too small, just the
* required memory size for the requested entry is returned.
*
* The `idx` parameter is used, not only to retrieve elements of, for