1
0
Fork 0
easejs/doc/manual.texi

66 lines
1.5 KiB
Plaintext
Raw Normal View History

\input texinfo @c -*-texinfo-*-
@c %**start of header
2011-03-08 23:38:12 -05:00
@setfilename manual.info
@settitle ease.js Manual v0.1.0-pre
@c %**end of header
@copying
This manual is for ease.js, version 0.1.0-pre.
Copyright @copyright{} 2011 Mike Gerwitz.
@quotation
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU
Free Documentation License".
@end quotation
@end copying
@titlepage
@title ease.js Manual v0.1.0-pre
@subtitle User & Developer Documentation
@author Mike Gerwitz
@c Start copyright page
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage
@contents
@ifnottex
@node Top
@top Main
@end ifnottex
2011-03-08 23:38:12 -05:00
@menu
* About:: About the project
* Integration:: How to integrate ease.js into your project
* Classes:: Learn to work with Classes
* Member Keywords:: Control member visibility and more.
* Source Tree:: Overview of source tree
* Implementation Details:: The how and why of ease.js
* License:: Document License
2011-03-08 23:38:12 -05:00
@end menu
2011-03-16 00:35:33 -04:00
@ifnottex
@insertcopying
@end ifnottex
@include about.texi
@include integration.texi
@include classes.texi
@include mkeywords.texi
@include source-tree.texi
@include impl-details.texi
@include license.texi
@bye