You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/processor/configuration.adoc
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ options:
14
14
package-name: io.openapiprocessor.sample
15
15
model-name-suffix: Resource
16
16
bean-validation: true
17
+
format-code: false
17
18
javadoc: true
18
19
19
20
map:
@@ -39,6 +40,8 @@ annotations. Default is `false`. See link:{bean-validation}[Bean Validation Spec
39
40
40
41
* `javadoc` (**optional**, `true` or `false`) enables generation of JavaDoc comments from the OpenAPI `description` s on the API interfaces and model pojos.Default is `false`.This is still experimental.
41
42
43
+
* `format-code` (**optional**, `true` or `false`) enable or disable the code formatter: Default is `true`.
0 commit comments