Commit 2875ada19766f9559feab3c643026fac57ac2a81

Nikhil Ramakrishnan 2018-12-30T20:02:08

Minor documentation fix.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/include/freetype/ftmodapi.h b/include/freetype/ftmodapi.h
index bee93f3..9cd86f3 100644
--- a/include/freetype/ftmodapi.h
+++ b/include/freetype/ftmodapi.h
@@ -605,7 +605,9 @@ FT_BEGIN_HEADER
    *   Its job is essentially
    *
    *   - to activate debug mode to enforce single-stepping,
+   *
    *   - to call the main loop function to interpret the next opcode, and
+   *
    *   - to show the changed context to the user.
    *
    *   An example for such a main loop function is `TT_RunIns` (declared in