# `TDTokenizer.commentState`

*Instance Property*

## Declaration

```objc
@property (nonatomic, strong) TDCommentState * commentState;
```

```python
commentState() -> TDCommentState
setCommentState_(commentState: TDCommentState)
```

## Discussion

The state this tokenizer uses to recognize (and possibly ignore) comments.

