| title | ms.date | ms.prod | ms.technology | ms.topic | f1_keywords | dev_langs | ms.assetid | author | ms.author | manager | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Unterminated comment | Microsoft Docs |
01/18/2017 |
visual-studio-windows |
vs-javascript |
error-reference |
|
|
d4286315-814b-4966-b4c4-1ee19d796eff |
mikejo5000 |
mikejo |
ghogen |
You began a multi-line comment block, but did not properly terminate it. Multi-line comments begin with a "/*" combination, and end with the reverse "*/" combination. The following is an example:
/* This is a comment
This is another part of the same comment.*/ - Be sure to terminate multi-line comments with "*/".