summaryrefslogtreecommitdiff
path: root/docs/DEBUG
diff options
context:
space:
mode:
authorsuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2009-07-13 00:01:57 +0900
committersuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2009-07-13 00:01:57 +0900
commit313d4f4ca675ca751bfa8b74fd3728fc81671883 (patch)
tree582e6ca9a8fea69abbd1a72e8612ebe76738ac92 /docs/DEBUG
parent3bf7baaac37913400b6a98cd4da6392e0c8f58be (diff)
Add a script to check the undefined and unused trace macros.
Diffstat (limited to 'docs/DEBUG')
-rw-r--r--docs/DEBUG7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/DEBUG b/docs/DEBUG
index 1fccc21c..3d6acd3b 100644
--- a/docs/DEBUG
+++ b/docs/DEBUG
@@ -92,7 +92,10 @@ its code:
The value of the FT_COMPONENT macro is an enumeration named
trace_XXXX where XXXX is one of the component names defined in the
- internal file `freetype/internal/fttrace.h'.
+ internal file `freetype/internal/fttrace.h'. If you modify FreeType
+ source and insert new trace_XXXX macro, you must register it in
+ fttrace.h. If you insert or remove many trace macros, you can check
+ the undefined or the unused trace macro by src/tools/chktrcmp.py.
Each such component is assigned a `debug level', ranging from 0
to 7, through the use of the FT2_DEBUG environment variable
@@ -186,7 +189,7 @@ behaviour of FreeType at runtime.
------------------------------------------------------------------------
-Copyright 2002, 2003, 2004, 2005 by
+Copyright 2002, 2003, 2004, 2005, 2009 by
David Turner, Robert Wilhelm, and Werner Lemberg.
This file is part of the FreeType project, and may only be used,