Recognize comments of the form /* ... on a single line.

Namespace:  SingularSys.Jep.ConfigurableParser.Matchers
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public static CommentTokenMatcher SlashStarCommentMatcher()
Visual Basic (Declaration)
Public Shared Function SlashStarCommentMatcher As CommentTokenMatcher
Visual C++
public:
static CommentTokenMatcher^ SlashStarCommentMatcher()

Return Value

CommentTokenMatcher instance

See Also