# Name

mkparse - parse source file comments

# Synopsis

```
[flags] [options] <files...>
```

# Options

+ `-l, --lang=[LANG]` Set language for all files
+ `-s, --strip` Print content only, remove comments
+ `-c, --content` Include non-comment content
+ `-d, --dotted` Parse dotted names
+ `-j, --json` Print comments as JSON
+ `-i, --indent=[NUM] {=0}` Number of spaces for JSON
+ `-h, --help` Display help and exit
+ `--version` Print the version and exit

<? @include {=include} mkparse-example.md ?>
