Skip to content

Commit e86ba6a

Browse files
committed
【api】优化API review by xiongjj
1 parent 02639ff commit e86ba6a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/common/iServer/WebPrintingJobCustomItems.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Util } from '../commontypes/Util';
66

77
/**
88
* @class SuperMap.WebPrintingJobCustomItems
9-
* @classdesc 自定义一组图例元素参数类
9+
* @classdesc Web 打印图例元素参数类
1010
* @version 10.1.0
1111
* @category iServer WebPrintingJob
1212
* @param {Object} option - 初始化参数。

src/common/iServer/WebPrintingJobLegendOptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { WebPrintingJobCustomItems } from './WebPrintingJobCustomItems';
88

99
/**
1010
* @class SuperMap.WebPrintingJobLegendOptions
11-
* @classdesc 图例参数类
11+
* @classdesc Web 打印图例参数类
1212
* @version 10.1.0
1313
* @category iServer WebPrintingJob
1414
* @param {Object} option - 初始化参数。

src/common/iServer/WebPrintingJobLittleMapOptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { WebPrintingJobLayers } from './WebPrintingJobLayers';
88

99
/**
1010
* @class SuperMap.WebPrintingJobLittleMapOptions
11-
* @classdesc Web 打印内容参数类
11+
* @classdesc Web 打印小地图参数类
1212
* @version 10.1.0
1313
* @category iServer WebPrintingJob
1414
* @param {Object} option - 初始化参数。

src/common/iServer/WebPrintingJobNorthArrowOptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Util } from '../commontypes/Util';
66

77
/**
88
* @class SuperMap.WebPrintingJobNorthArrowOptions
9-
* @classdesc 地图指北针参数类
9+
* @classdesc Web 打印地图指北针参数类
1010
* @version 10.1.0
1111
* @category iServer WebPrintingJob
1212
* @param {Object} option - 初始化参数。

src/common/iServer/WebPrintingJobScaleBarOptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Util } from '../commontypes/Util';
66

77
/**
88
* @class SuperMap.WebPrintingJobScaleBarOptions
9-
* @classdesc 地图比例尺参数类
9+
* @classdesc Web 打印比例尺参数类
1010
* @category iServer WebPrintingJob
1111
* @version 10.1.0
1212
* @param {Object} option - 初始化参数。

0 commit comments

Comments
 (0)