mirror of
https://github.com/enso-org/enso.git
synced 2024-11-26 17:06:48 +03:00
7d83b3d7b4
- Update list of groups to agreed list. - Lower case `ALIAS` names to be consistent with function names. - Add `GROUP` to methods. - All constructors and functions have doc comments. - Correct a few typos (e.g. `PRVIATE`). - Mark some more things as `PRIVATE`. - Use `ToDo:` and `Note:` consistently. - Order tags in doc comment. # Important Notes We don't have all the doc comments on types and will want to add them in future,
32 lines
565 B
YAML
32 lines
565 B
YAML
name: Base
|
|
namespace: Standard
|
|
version: 0.0.0-dev
|
|
license: APLv2
|
|
authors:
|
|
- name: Enso Team
|
|
email: contact@enso.org
|
|
maintainers:
|
|
- name: Enso Team
|
|
email: contact@enso.org
|
|
component-groups:
|
|
new:
|
|
- Input: {}
|
|
- Constants: {}
|
|
- Metadata: {}
|
|
- Output: {}
|
|
- Calculations: {}
|
|
- Statistics: {}
|
|
- Selections: {}
|
|
- Conversions: {}
|
|
- Values: {}
|
|
- Math: {}
|
|
- Rounding: {}
|
|
- Trigonometry: {}
|
|
- Random: {}
|
|
- Bitwise: {}
|
|
- Text: {}
|
|
- DateTime: {}
|
|
- Logical: {}
|
|
- Operators: {}
|
|
- Errors: {}
|