From b43c47376262a7777699796047f46bc03245b8d4 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Fri, 14 Feb 2014 09:57:24 -0500 Subject: [PATCH] README: add link to API documentation at rubydoc.info --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 34a5819..a208b6e 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,11 @@ cloned_env["CPPPATH"] << "three" * lowercase symbols - Rscons options * lowercase strings - reserved as user-defined construction variables +### API documentation + +Documentation for the complete Rscons API can be found at +http://rubydoc.info/github/holtrop/rscons/frames. + ## Contributing 1. Fork it