Open
Description
As I've review the TypeDoc and AEDoc supported tags, there emerged a special type of tag. These modifier tags override the TypeScript definition for external documentation purposes.
@readonly
(supported by AEDoc)
@private
, @protected
, and @public
(supported by TypeDoc, AEDoc has a different @public
)
Should this pattern be expanded or discouraged? In what cases does it make sense to have documentation deviate from implementation?