Release v1.0.0 #16
@ -44,7 +44,10 @@ public static class SwaggerConfiguration
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (File.Exists(Path.Combine(basePath, "docs.xml")))
|
||||||
options.IncludeXmlComments(Path.Combine(basePath, "docs.xml"));
|
options.IncludeXmlComments(Path.Combine(basePath, "docs.xml"));
|
||||||
|
|
||||||
|
if (File.Exists(Path.Combine(basePath, "ApiDtoDocs.xml")))
|
||||||
options.IncludeXmlComments(Path.Combine(basePath, "ApiDtoDocs.xml"));
|
options.IncludeXmlComments(Path.Combine(basePath, "ApiDtoDocs.xml"));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user