From 6198ae565cef083bb4158f147bb770324c5a3815 Mon Sep 17 00:00:00 2001 From: Derek Guenther Date: Mon, 10 Feb 2014 12:12:13 -0600 Subject: [PATCH] Added link to fourcc docs --- src/doc/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/doc/index.md b/src/doc/index.md index 6ed2f3a6a1f2c..44b81d0a5682b 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)