Type Alias: DisplayCaseStyle
DisplayCaseStyle:
"original"
|"convert-camel-to-kebab"
Case style configuration for displaying route and flag names in documentation text. Each value has the following behavior:
original
- Displays the original names unchanged.convert-camel-to-kebab
- Converts all camelCase names to kebab-case in output. Only allowed ifscannerCaseStyle
is set toallow-kebab-for-camel
.