From c9a00770241b6dfd5e68df4574cf488822cfef14 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Fri, 11 Oct 2019 15:12:48 +0200 Subject: [PATCH] Add documentation to readme (#768) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e793143..92bc90e 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,7 @@ cmake [-G generator] [-DYAML_BUILD_SHARED_LIBS=ON|OFF] .. [yaml-cpp 0.3.0](https://github.com/jbeder/yaml-cpp/releases/tag/release-0.3.0) is still available if you want the old API. **The old API will continue to be supported, and will still receive bugfixes!** The 0.3.x and 0.4.x versions will be old API releases, and 0.5.x and above will all be new API releases. + +# API Documentation + +The autogenerated API reference is hosted on [CodeDocs](https://codedocs.xyz/jbeder/yaml-cpp/index.html)