Skip to content

Commit 2d914d1

Browse files
committed
comment out for now
1 parent 5e87949 commit 2d914d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/definitionGenerator.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,11 @@ class DefinitionGenerator {
179179
throw err;
180180
});
181181

182-
if (httpFunction.functionInfo?.summary)
183-
path.summary = httpFunction.functionInfo.summary;
182+
// if (httpFunction.functionInfo?.summary)
183+
// path.summary = httpFunction.functionInfo.summary;
184184

185-
if (httpFunction.functionInfo?.description)
186-
path.description = httpFunction.functionInfo.description;
185+
// if (httpFunction.functionInfo?.description)
186+
// path.description = httpFunction.functionInfo.description;
187187

188188
if (httpFunction.functionInfo?.servers) {
189189
const servers = this.createServers(

0 commit comments

Comments
 (0)