From d84ee9fdc581221511a87c33fa9d45511c100bf3 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 7 Jun 2011 19:55:45 -0400 Subject: [PATCH] Updated README to contain full documentation URLs --- README.md | 7 +++++++ doc/about.texi | 1 + 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index e56735d..fcdfdb1 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ that ease.js will expand to other paradigms in the future. **This project is still under development. Please read the manual for more information.** +## Full Documentation +Full documentation is available at the following URL: + +http://easejs.org/manual/ (Multiple Pages) + +http://easejs.org/manual.html (Single Page) + ## Why ease.js? There are already plenty of other means of achieving each of this project's goals, so what's the point of ease.js? The aim of the project is to provide a diff --git a/doc/about.texi b/doc/about.texi index fd39bb5..5afde09 100644 --- a/doc/about.texi +++ b/doc/about.texi @@ -22,6 +22,7 @@ Current support includes: @item Abstract classes and methods @item Interfaces @item Visibility (public, protected and private members) +@item Static, constant and final members @end itemize While the current focus of the project is Object-Oriented design, it is likely