Browse Source

docs(converter.js): fix return type of Converter function

Estevão Soares dos Santos 10 years ago
parent
commit
636fd5959d
5 changed files with 4 additions and 14 deletions
  1. 2 7
      dist/showdown.js
  2. 0 0
      dist/showdown.js.map
  3. 1 1
      dist/showdown.min.js
  4. 0 0
      dist/showdown.min.js.map
  5. 1 6
      src/converter.js

+ 2 - 7
dist/showdown.js

@@ -1,4 +1,4 @@
-;/*! showdown 11-08-2015 */
+;/*! showdown 23-08-2015 */
 (function(){
 (function(){
 /**
 /**
  * Created by Tivie on 13-07-2015.
  * Created by Tivie on 13-07-2015.
@@ -525,12 +525,7 @@ if (showdown.helper.isUndefined(console)) {
  * Showdown Converter class
  * Showdown Converter class
  * @class
  * @class
  * @param {object} [converterOptions]
  * @param {object} [converterOptions]
- * @returns {
- *  {makeHtml: Function},
- *  {setOption: Function},
- *  {getOption: Function},
- *  {getOptions: Function}
- * }
+ * @returns {Converter}
  */
  */
 showdown.Converter = function (converterOptions) {
 showdown.Converter = function (converterOptions) {
   'use strict';
   'use strict';

File diff suppressed because it is too large
+ 0 - 0
dist/showdown.js.map


File diff suppressed because it is too large
+ 1 - 1
dist/showdown.min.js


File diff suppressed because it is too large
+ 0 - 0
dist/showdown.min.js.map


+ 1 - 6
src/converter.js

@@ -6,12 +6,7 @@
  * Showdown Converter class
  * Showdown Converter class
  * @class
  * @class
  * @param {object} [converterOptions]
  * @param {object} [converterOptions]
- * @returns {
- *  {makeHtml: Function},
- *  {setOption: Function},
- *  {getOption: Function},
- *  {getOptions: Function}
- * }
+ * @returns {Converter}
  */
  */
 showdown.Converter = function (converterOptions) {
 showdown.Converter = function (converterOptions) {
   'use strict';
   'use strict';

Some files were not shown because too many files changed in this diff