Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRegexComments

The supported comment types for each language.

interface

IRegexComments

Hierarchy

  • IRegexComments

Index

Properties

BLOCK_COMMENT_END

BLOCK_COMMENT_END: string

The syntax for the end of a block comment.

type

{string}

memberof

IRegexComments

BLOCK_COMMENT_START

BLOCK_COMMENT_START: string

The syntax for the start of a block comment.

type

{string}

memberof

IRegexComments

COMMENT

COMMENT: string

The syntax for a line comment.

type

{string}

memberof

IRegexComments

Generated using TypeDoc