Skip to content

Commit 512068d

Browse files
committed
【fix】jsdoc有些前缀缺失 review by luoxiao
1 parent 028edd7 commit 512068d

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

examples/img/poi-bg.png

1.49 KB
Loading

src/classic/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ export { GeoDecodingParameter } from '@supermap/iclient-common/iServer/GeoDecodi
1919
export * from './overlay';
2020
export * from './services';
2121
export { SuperMap } from './SuperMap';
22+
/**
23+
*@namespace SuperMap
24+
*@category BaseTypes Namespace
25+
*/

src/openlayers/core/index.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,12 @@
33
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
44
export {StyleUtils} from './StyleUtils';
55
export {Util} from './Util';
6-
export {MapExtend} from './MapExtend';
6+
export {MapExtend} from './MapExtend';
7+
/**
8+
* @namespace ol
9+
* @category BaseTypes Namespace
10+
*/
11+
/**
12+
* @namespace ol.supermap
13+
* @category BaseTypes Namespace
14+
*/

0 commit comments

Comments
 (0)