<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [ParserOptions](./schema.parseroptions.md) &gt; [comment](./schema.parseroptions.comment.md)

## ParserOptions.comment property

Character that denotes a comment. Lines that begin with this character are ignored. Default: none.

<b>Signature:</b>

```typescript
comment?: string;
```
