1
0
Fork 0

Mention of "Traits as mixins" in README.md and manual

No documentation yet; this is planned for the 0.2.1 release to prevent
further delays of the first GNU release.
perfodd
Mike Gerwitz 2014-03-10 00:38:25 -04:00
parent 255a60e425
commit c5b6562d34
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ Current support includes:
* Classical inheritance * Classical inheritance
* Abstract classes and methods * Abstract classes and methods
* Interfaces * Interfaces
* Traits as mixins
* Visibility (public, protected, and private members) * Visibility (public, protected, and private members)
* Static and constant members * Static and constant members

View File

@ -20,6 +20,7 @@ Current support includes:
@item Classical inheritance @item Classical inheritance
@item Abstract classes and methods @item Abstract classes and methods
@item Interfaces @item Interfaces
@item Traits as mixins
@item Visibility (public, protected, and private members) @item Visibility (public, protected, and private members)
@item Static, constant, and final members @item Static, constant, and final members
@end itemize @end itemize