# Name

mkapi - documentation generator

# Synopsis

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

# Options

+ `-o, --output=[FILE] {=stdout}` Write output to FILE
+ `-t, --title=[VAL]` Title for initial heading
+ `-l, --level=[NUM] {=1}` Initial heading level
+ `-L, --lang=[LANG] {=javascript}` Language for fenced code blocks
+ `-i, --indent=[NUM] {=2}` Number of spaces for JSON
+ `-a, --ast` Print AST as JSON
+ `--[no]-private` Enable or disable private symbols
+ `--[no]-protected` Enable or disable protected symbols
+ `-h, --help` Display help and exit
+ `--version` Print the version and exit

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