Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDocComment

Definition of documentation comments (e.g. Javadoc/JSdoc)

Hierarchy

  • IDocComment

Index

Properties

Properties

Optional close

close: string

The string that appears on the last line and closes the doc comment (e.g. ' * /').

open

open: string

The string that starts a doc comment (e.g. '/**')

Generated using TypeDoc