summaryrefslogtreecommitdiff
path: root/gsoc.html
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-02-27 06:22:22 +0100
committerWerner Lemberg <wl@gnu.org>2018-02-27 06:22:22 +0100
commita01f3ef0a0f00a26edf6e434cb8d902f14e524b8 (patch)
tree0d8210dcb5c3d8b8cda178dec886877e2521e3ef /gsoc.html
parent3a29da4e2782462b27f006a22c0cd674cddaea6d (diff)
gsoc.html: Add link to `docmaker'.
Diffstat (limited to 'gsoc.html')
-rw-r--r--gsoc.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/gsoc.html b/gsoc.html
index 480becd..ee954ac 100644
--- a/gsoc.html
+++ b/gsoc.html
@@ -291,8 +291,10 @@ int LLVMFuzzerTestOneInput(const uint8_t* data,
<dd>
<p>Right now, FreeType's global documentation is
directly written in HTML; the API documentation uses a
- selfmade Python script to convert a very limited,
- markdown-like syntax to HTML.</p>
+ selfmade Python script called
+ &lsquo;<a href="http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/src/tools/docmaker">docmaker</a>&rsquo;
+ to convert a very limited, markdown-like syntax to
+ HTML.</p>
<p>Writing HTML manually is inconvenient and not very
flexible. Today, there are excellent converters