From 237e91fcadbe200e5cce99c99f21f8023c42b540 Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Tue, 13 Jun 2017 21:06:16 +0300 Subject: [PATCH] update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0c70406..832159d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ The original glm library is for C++ only (templates, namespaces, classes...), this library targeted to C99 but currently you can use it for C89 safely by language extensions e.g `__register` +#### Documentation + +Almost all functions (inline versions) and parameters are documented inside related headers.
+Complete documentation is in progress: http://cglm.readthedocs.io + #### Note for previous versions: - _dup (duplicate) is changed to _copy. For instance `glm_vec_dup -> glm_vec_copy`