-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
This is a list of annotations that I could think of to improve this library. This is only an extent of my knowledge of JS/Java/C#.
@generator: to document es6 generator,@yields: to document what a generator yields (support multiple)@interface: to document interfaces in OO based languages@enum: to document enums@export: to document module exports@abstract: to document abstract classes@static: to document static classes and members@class: to document classes@extends: to document class inheritance@implements: to document interface implementation@nullable: to document that a return type is nullable
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels