summaryrefslogtreecommitdiff
path: root/include/freetype/fttypes.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/fttypes.h
parentf92fa39341846b694864fb5e94da442c6f3fbb6e (diff)
downloadfreetype2-8de11f3def20c1e265ab0c60b7a4e81fa011ccf7.tar.gz
s/NULL/`NULL`/ in documentation.
Diffstat (limited to 'include/freetype/fttypes.h')
-rw-r--r--include/freetype/fttypes.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/freetype/fttypes.h b/include/freetype/fttypes.h
index 67aa719d1..ee0576cbc 100644
--- a/include/freetype/fttypes.h
+++ b/include/freetype/fttypes.h
@@ -461,8 +461,8 @@ FT_BEGIN_HEADER
*
* finalizer ::
* A pointer to a 'generic finalizer' function, which will be called
- * when the object is destroyed. If this field is set to NULL, no code
- * will be called.
+ * when the object is destroyed. If this field is set to `NULL`, no
+ * code will be called.
*/
typedef struct FT_Generic_
{
@@ -544,10 +544,10 @@ FT_BEGIN_HEADER
*
* @fields:
* prev ::
- * The previous element in the list. NULL if first.
+ * The previous element in the list. `NULL` if first.
*
* next ::
- * The next element in the list. NULL if last.
+ * The next element in the list. `NULL` if last.
*
* data ::
* A typeless pointer to the listed object.