summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2020-02-25 07:27:01 +0100
committerWerner Lemberg <wl@gnu.org>2020-02-25 07:28:32 +0100
commite4f0b4e4aee7a5574f6a0e7a9dcf409f681f2b8c (patch)
tree643970fb5a201189822a1ead9c23fa4b1cbe0a30
parent2f6536c9acb29e354068784a90740a863a6025f8 (diff)
gsoc.html: Mention `docs/DEBUG`.
-rw-r--r--gsoc.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/gsoc.html b/gsoc.html
index 5cf0f4c..04fc890 100644
--- a/gsoc.html
+++ b/gsoc.html
@@ -205,9 +205,11 @@
<p>FreeType extensively uses a home-brewed tracing
solution that mainly relies on the C&nbsp;preprocessor
and the <code>fprintf</code> function printing to
- <code>stderr</code>. However, this simplistic
- approach is not adequate for all platforms, where
- <code>stderr</code> is not always easily
+ <code>stderr</code> (see
+ file <a href="https://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/DEBUG"><code>docs/DEBUG</code></a>
+ for documentation). However, this simplistic approach
+ is not adequate for all platforms,
+ where <code>stderr</code> is not always easily
accessible.</p>
<p>Many freely available tracing and logging libraries
@@ -257,7 +259,7 @@
<!-- ************************************************** -->
<div class="updated">
- <p>Last update: 16-Feb-2020</p>
+ <p>Last update: 25-Feb-2020</p>
</div>
</div>
</div>