diff --git a/docs/generators/aspnetcore.html b/docs/generators/aspnetcore.html
index 8c56491e665..c3b8a734d19 100644
--- a/docs/generators/aspnetcore.html
+++ b/docs/generators/aspnetcore.html
@@ -40,7 +40,7 @@
newtonsoftVersion | Version for Microsoft.AspNetCore.Mvc.NewtonsoftJson for ASP.NET Core 3.0+ | | 3.0.0-preview5-19227-01 |
useDefaultRouting | Use default routing for the ASP.NET Core version. For 3.0 turn off default because it is not yet supported. | | true |
enumNameSuffix | Suffix that will be appended to all enum names. | | Enum |
-enumValueNameSuffix | Suffix that will be appended to all enum value names. | | Enum |
+enumValueSuffix | Suffix that will be appended to all enum values. | | Enum |
classModifier | Class Modifier can be empty, abstract | | |
operationModifier | Operation Modifier can be virtual, abstract or partial | | virtual |
buildTarget | Target to build an application or library | | program |
diff --git a/docs/generators/aspnetcore/index.html b/docs/generators/aspnetcore/index.html
index 8c56491e665..c3b8a734d19 100644
--- a/docs/generators/aspnetcore/index.html
+++ b/docs/generators/aspnetcore/index.html
@@ -40,7 +40,7 @@
newtonsoftVersion | Version for Microsoft.AspNetCore.Mvc.NewtonsoftJson for ASP.NET Core 3.0+ | | 3.0.0-preview5-19227-01 |
useDefaultRouting | Use default routing for the ASP.NET Core version. For 3.0 turn off default because it is not yet supported. | | true |
enumNameSuffix | Suffix that will be appended to all enum names. | | Enum |
-enumValueNameSuffix | Suffix that will be appended to all enum value names. | | Enum |
+enumValueSuffix | Suffix that will be appended to all enum values. | | Enum |
classModifier | Class Modifier can be empty, abstract | | |
operationModifier | Operation Modifier can be virtual, abstract or partial | | virtual |
buildTarget | Target to build an application or library | | program |
diff --git a/docs/generators/python-aiohttp.html b/docs/generators/python-aiohttp.html
index 1c21c8a5fd0..557c28ba2e8 100644
--- a/docs/generators/python-aiohttp.html
+++ b/docs/generators/python-aiohttp.html
@@ -31,4 +31,4 @@
useNose | use the nose test framework | | false |
-Last updated on 12/22/2019