Skip to content

Commit 12c7814

Browse files
committed
Improved documentation, removed references to the term "app" and deprecated related methods, eliminated the requirement of having to assign the plugin name "manually" - now fetched automatically on runtime
1 parent 91d7b97 commit 12c7814

8 files changed

+954
-592
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Debugging
8080

8181
Enable debugging by setting the AppAPI.DEBUG flag to TRUE; If you then open up your browser JS console, you will see output detailing everything interesting that is happening under the bonnet. Note especially warnings and errors since these indicate that something of special interest has happened.
8282

83-
Documentation Generation
83+
API Documentation
8484
------------------------
8585

86-
Documentation has been generated using [jsdoc](https://github.com/jsdoc3/jsdoc) and the supplied jsdoc.json file
86+
see [DOCUMENTATION](DOCUMENTATION.md)

0 commit comments

Comments
 (0)