File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,7 @@ const oopList = Array.isArray(funcInfo.oop) ? funcInfo.oop : funcInfo.oop ? [fun
283283 { syntax .returns && (
284284 <>
285285 <h4 >Returns</h4 >
286+ <EnhancedMarkdown content = { syntax .returns .description ?? " " } />
286287 <ul >
287288 { syntax .returns .values .map ((ret : any ) => (
288289 <li >
@@ -291,7 +292,6 @@ const oopList = Array.isArray(funcInfo.oop) ? funcInfo.oop : funcInfo.oop ? [fun
291292 </li >
292293 ))}
293294 </ul >
294- <EnhancedMarkdown content = { syntax .returns .description ?? " " } />
295295 </>
296296 )}
297297 </>
@@ -330,4 +330,4 @@ const oopList = Array.isArray(funcInfo.oop) ? funcInfo.oop : funcInfo.oop ? [fun
330330
331331 <SeeAlsoSection seeAlsoLinks ={ getSeeAlsoLinksForItem (func )} currentId ={ func .id } />
332332 </StarlightPage >
333- </div >
333+ </div >
You can’t perform that action at this time.
0 commit comments