Skip to content

Commit 35c3f63

Browse files
committed
added constant for dotnet generators.
1 parent 55161c5 commit 35c3f63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/swagger-codegen/src/main/java/io/swagger/codegen/v3/CodegenConstants.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ public static enum ENUM_PROPERTY_NAMING_TYPE {camelCase, PascalCase, snake_case,
215215
public static final String GENERATE_PROPERTY_CHANGED = "generatePropertyChanged";
216216
public static final String GENERATE_PROPERTY_CHANGED_DESC = "Specifies that models support raising property changed events.";
217217

218+
public static final String PRESERVE_COMMENT_NEWLINES = "preserveNewlinesInComments";
219+
218220
public static final String NON_PUBLIC_API = "nonPublicApi";
219221
public static final String NON_PUBLIC_API_DESC = "Generates code with reduced access modifiers; allows embedding elsewhere without exposing non-public API calls to consumers.";
220222

0 commit comments

Comments
 (0)