소스 검색

Added documentation for IconManagerModel class.

Aleksander Nowodzinski 9 년 전
부모
커밋
4bdae0e720
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12 0
      packages/ckeditor5-ui/src/iconmanagermodel.jsdoc

+ 12 - 0
packages/ckeditor5-ui/src/iconmanagermodel.jsdoc

@@ -0,0 +1,12 @@
+/**
+ * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
+/**
+ * Provides a Model containing icon sprite for {@link ui.iconManager.IconManagerView}.
+ *
+ * @class IconManagerModel
+ * @memberOf ui.iconManager
+ * @extends ui.Model
+ */