about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorDerek Guenther <dguenther9@gmail.com>2014-02-10 12:12:13 -0600
committerDerek Guenther <dguenther9@gmail.com>2014-02-10 12:12:13 -0600
commit6198ae565cef083bb4158f147bb770324c5a3815 (patch)
treee33ca73139f78aa30ae486f3e1b6a9000c34ffc3 /src/doc
parent4f16e519f13cbfd78cd6c06fc0639df401bc0077 (diff)
Added link to fourcc docs
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/index.md b/src/doc/index.md
index 6ed2f3a6a1f..44b81d0a568 100644
--- a/src/doc/index.md
+++ b/src/doc/index.md
@@ -40,6 +40,7 @@ li {list-style-type: none; }
 * [The `arena` allocation library](arena/index.html)
 * [The `collections` library](collections/index.html)
 * [The `flate` compression library](flate/index.html)
+* [The `fourcc` four-character code library](fourcc/index.html)
 * [The `getopts` argument parsing library](getopts/index.html)
 * [The `glob` file path matching library](glob/index.html)
 * [The `semver` version collation library](semver/index.html)