Closed
Description
From @IgorNovozhilov on November 11, 2016 12:37
- VSCode Version:
- OS Version: win7 pro
Steps to Reproduce:
@typedef
tag include in a first function description after @typedef
, and is not included in the function which describes this type
@typedef
can be re used in other functions, and describe the same type before each function is incorrect.
code:
functions:
Copied from original issue: microsoft/vscode#15351