Преглед изворни кода

Docs: Improved links between API and guides. See ckeditor/ckeditor5#1090.

Piotrek Koszuliński пре 7 година
родитељ
комит
dedf69ac78
2 измењених фајлова са 4 додато и 0 уклоњено
  1. 2 0
      packages/ckeditor5-enter/src/enter.js
  2. 2 0
      packages/ckeditor5-enter/src/shiftenter.js

+ 2 - 0
packages/ckeditor5-enter/src/enter.js

@@ -16,6 +16,8 @@ import EnterObserver from './enterobserver';
  *
  * See also the {@link module:enter/shiftenter~ShiftEnter} plugin.
  *
+ * For more information about this feature see the {@glink api/enter package page}.
+ *
  * @extends module:core/plugin~Plugin
  */
 export default class Enter extends Plugin {

+ 2 - 0
packages/ckeditor5-enter/src/shiftenter.js

@@ -18,6 +18,8 @@ import { downcastElementToElement } from '@ckeditor/ckeditor5-engine/src/convers
  *
  * See also the {@link module:enter/enter~Enter} plugin.
  *
+ * For more information about this feature see the {@glink api/enter package page}.
+ *
  * @extends module:core/plugin~Plugin
  */
 export default class ShiftEnter extends Plugin {