1
0
Fork 0

Updated README to contain full documentation URLs

closure/master
Mike Gerwitz 2011-06-07 19:55:45 -04:00
parent 8705de950d
commit d84ee9fdc5
2 changed files with 8 additions and 0 deletions

View File

@ -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 **This project is still under development. Please read the manual for more
information.** 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? ## Why ease.js?
There are already plenty of other means of achieving each of this project's 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 goals, so what's the point of ease.js? The aim of the project is to provide a

View File

@ -22,6 +22,7 @@ Current support includes:
@item Abstract classes and methods @item Abstract classes and methods
@item Interfaces @item Interfaces
@item Visibility (public, protected and private members) @item Visibility (public, protected and private members)
@item Static, constant and final members
@end itemize @end itemize
While the current focus of the project is Object-Oriented design, it is likely While the current focus of the project is Object-Oriented design, it is likely