docs(BitField): document constructors of deriving classes (#3903)

This commit is contained in:
SpaceEEC
2020-03-07 06:00:48 +01:00
committed by GitHub
parent b5a7e5cdf0
commit bca4b038a5
7 changed files with 44 additions and 2 deletions

View File

@@ -10,6 +10,13 @@ const BitField = require('./BitField');
*/
class SystemChannelFlags extends BitField {}
/**
* @name SystemChannelFlags
* @kind constructor
* @memberof SystemChannelFlags
* @param {SystemChannelFlagsResolvable} [bits=0] Bit(s) to read from
*/
/**
* Data that can be resolved to give a sytem channel flag bitfield. This can be:
* * A string (see {@link SystemChannelFlags.FLAGS})