We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e87949 commit 2d914d1Copy full SHA for 2d914d1
src/definitionGenerator.js
@@ -179,11 +179,11 @@ class DefinitionGenerator {
179
throw err;
180
});
181
182
- if (httpFunction.functionInfo?.summary)
183
- path.summary = httpFunction.functionInfo.summary;
+ // if (httpFunction.functionInfo?.summary)
+ // path.summary = httpFunction.functionInfo.summary;
184
185
- if (httpFunction.functionInfo?.description)
186
- path.description = httpFunction.functionInfo.description;
+ // if (httpFunction.functionInfo?.description)
+ // path.description = httpFunction.functionInfo.description;
187
188
if (httpFunction.functionInfo?.servers) {
189
const servers = this.createServers(
0 commit comments