Pārlūkot izejas kodu

docs(lists.js): fix missing jsdoc parameter

Estevão Soares dos Santos 10 gadi atpakaļ
vecāks
revīzija
b6c8b497db
4 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 2 0
      dist/showdown.js
  2. 0 0
      dist/showdown.js.map
  3. 0 0
      dist/showdown.min.js.map
  4. 2 0
      src/subParsers/lists.js

+ 2 - 0
dist/showdown.js

@@ -1748,6 +1748,7 @@ showdown.subParser('lists', function (text, options, globals) {
    * Process the contents of a single ordered or unordered list, splitting it
    * Process the contents of a single ordered or unordered list, splitting it
    * into individual list items.
    * into individual list items.
    * @param {string} listStr
    * @param {string} listStr
+   * @param {boolean} trimTrailing
    * @returns {string}
    * @returns {string}
    */
    */
   function processListItems (listStr, trimTrailing) {
   function processListItems (listStr, trimTrailing) {
@@ -1835,6 +1836,7 @@ showdown.subParser('lists', function (text, options, globals) {
    * Check and parse consecutive lists (better fix for issue #142)
    * Check and parse consecutive lists (better fix for issue #142)
    * @param {string} list
    * @param {string} list
    * @param {string} listType
    * @param {string} listType
+   * @param {boolean} trimTrailing
    * @returns {string}
    * @returns {string}
    */
    */
   function parseConsecutiveLists(list, listType, trimTrailing) {
   function parseConsecutiveLists(list, listType, trimTrailing) {

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/showdown.js.map


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/showdown.min.js.map


+ 2 - 0
src/subParsers/lists.js

@@ -8,6 +8,7 @@ showdown.subParser('lists', function (text, options, globals) {
    * Process the contents of a single ordered or unordered list, splitting it
    * Process the contents of a single ordered or unordered list, splitting it
    * into individual list items.
    * into individual list items.
    * @param {string} listStr
    * @param {string} listStr
+   * @param {boolean} trimTrailing
    * @returns {string}
    * @returns {string}
    */
    */
   function processListItems (listStr, trimTrailing) {
   function processListItems (listStr, trimTrailing) {
@@ -95,6 +96,7 @@ showdown.subParser('lists', function (text, options, globals) {
    * Check and parse consecutive lists (better fix for issue #142)
    * Check and parse consecutive lists (better fix for issue #142)
    * @param {string} list
    * @param {string} list
    * @param {string} listType
    * @param {string} listType
+   * @param {boolean} trimTrailing
    * @returns {string}
    * @returns {string}
    */
    */
   function parseConsecutiveLists(list, listType, trimTrailing) {
   function parseConsecutiveLists(list, listType, trimTrailing) {

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels