Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(AB-161630) Refactor and extend class docs
Prior to this change, the class documentation did not go into sufficient detail for the syntax, definition, and limitations of class members. This change decomposes the `about_Classes` documentation into multiple files: - `about_Classes` - overview, basic information, full list of limitations. - `about_Classes_Properties` - Full documentation for defining class properties. - `about_Classes_Methods` - Full documentation for defining class methods. - `about_Classes_Constructors` - Full documentation for defining class constructors. - `about_Classes_Inheritance` - Full documentation for defining classes that inherit from a base class or implement an interface. This change fixes AB#161630.
- Loading branch information