summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-12-12 09:36:39 +0100
committerWerner Lemberg <wl@gnu.org>2018-12-12 09:36:39 +0100
commit2b4e61e4d61dab168cef572e40368c6d2e687f8b (patch)
tree9a4cf39ca4fc7f770c6153e412e265b730abbb9e
parent3e8a2283f5119376098a0ec66f876866ff5cea4d (diff)
downloadfreetype2-2b4e61e4d61dab168cef572e40368c6d2e687f8b.tar.gz
Minor documentation fixes.
-rw-r--r--src/truetype/ttgload.c2
-rw-r--r--src/truetype/ttinterp.c8
2 files changed, 1 insertions, 9 deletions
diff --git a/src/truetype/ttgload.c b/src/truetype/ttgload.c
index ec0d4fcc1..24cc7f83e 100644
--- a/src/truetype/ttgload.c
+++ b/src/truetype/ttgload.c
@@ -818,7 +818,7 @@
#ifdef TT_USE_BYTECODE_INTERPRETER
n_ins = loader->glyph->control_len;
- /* save original point position in org */
+ /* save original point positions in `org' array */
if ( n_ins > 0 )
FT_ARRAY_COPY( zone->org, zone->cur, zone->n_points );
diff --git a/src/truetype/ttinterp.c b/src/truetype/ttinterp.c
index a8b9861e4..354003bc1 100644
--- a/src/truetype/ttinterp.c
+++ b/src/truetype/ttinterp.c
@@ -537,14 +537,6 @@
* Executes one or more instructions in the execution context.
*
* @Input:
- * debug ::
- * A Boolean flag. If set, the function sets some internal
- * variables and returns immediately, otherwise TT_RunIns()
- * is called.
- *
- * This is commented out currently.
- *
- * @Input:
* exec ::
* A handle to the target execution context.
*