Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Fixed @links broken in the refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Jun 19, 2017
1 parent 552e639 commit 78afb44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/classiceditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

/**
* @module editor-classic/classic
* @module editor-classic/classiceditor
*/

import StandardEditor from '@ckeditor/ckeditor5-core/src/editor/standardeditor';
Expand Down Expand Up @@ -74,8 +74,8 @@ export default class ClassicEditor extends StandardEditor {
* console.error( err.stack );
* } );
*
* @param {HTMLElement} element See {@link module:editor-classic/classic~ClassicEditor#constructor}'s parameters.
* @param {Object} config See {@link module:editor-classic/classic~ClassicEditor#constructor}'s parameters.
* @param {HTMLElement} element See {@link module:editor-classic/classiceditor~ClassicEditor#constructor}'s parameters.
* @param {Object} config See {@link module:editor-classic/classiceditor~ClassicEditor#constructor}'s parameters.
* @returns {Promise} A promise resolved once the editor is ready.
* @returns {module:core/editor/standardeditor~StandardEditor} return.editor The editor instance.
*/
Expand Down

0 comments on commit 78afb44

Please sign in to comment.