提交 161c9849 编写于 作者: R rebornix

update typedoc for getModelMarkers

上级 b373842e
...@@ -196,7 +196,7 @@ export function setModelMarkers(model: editorCommon.IModel, owner: string, marke ...@@ -196,7 +196,7 @@ export function setModelMarkers(model: editorCommon.IModel, owner: string, marke
/** /**
* Get markers for owner ant/or resource * Get markers for owner ant/or resource
* @returns {IMarkerData[]} list of markers * @returns {IMarker[]} list of markers
* @param filter * @param filter
*/ */
export function getModelMarkers(filter: { owner?: string, resource?: URI, take?: number }): IMarker[] { export function getModelMarkers(filter: { owner?: string, resource?: URI, take?: number }): IMarker[] {
......
...@@ -835,7 +835,7 @@ declare module monaco.editor { ...@@ -835,7 +835,7 @@ declare module monaco.editor {
/** /**
* Get markers for owner ant/or resource * Get markers for owner ant/or resource
* @returns {IMarkerData[]} list of markers * @returns {IMarker[]} list of markers
* @param filter * @param filter
*/ */
export function getModelMarkers(filter: { export function getModelMarkers(filter: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册