@tinymce/moxiedoc
Advanced tools
Comparing version 0.2.0-feature.20220319022440987.shafaa192a to 0.2.0-feature.20220319035257520.shaac589ca
@@ -28,3 +28,3 @@ "use strict"; | ||
const encodeCode = (str) => { | ||
const regex = /<code>(.*?)<\/code>/g; | ||
const regex = /<code>(.*?)<\/code>/; | ||
let matches; | ||
@@ -93,3 +93,3 @@ while ((matches = regex.exec(str))) { | ||
tmp += '=== Settings\n'; | ||
tmp += '[options="header"]\n'; | ||
tmp += '[cols="2,1,4,1",options="header"]\n'; | ||
tmp += '|===\n'; | ||
@@ -109,3 +109,3 @@ tmp += '|Name|Type|Summary|Defined by\n'; | ||
tmp += '=== Properties\n'; | ||
tmp += '[options="header"]\n'; | ||
tmp += '[cols="2,1,4,1",options="header"]\n'; | ||
tmp += '|===\n'; | ||
@@ -125,3 +125,3 @@ tmp += '|Name|Type|Summary|Defined by\n'; | ||
tmp += '=== Constructors\n'; | ||
tmp += '[options="header"]\n'; | ||
tmp += '[cols="2,5,1",options="header"]\n'; | ||
tmp += '|===\n'; | ||
@@ -140,3 +140,3 @@ tmp += '|Name|Summary|Defined by\n'; | ||
tmp += '=== Methods\n'; | ||
tmp += '[options="header"]\n'; | ||
tmp += '[cols="2,5,1",options="header"]\n'; | ||
tmp += '|===\n'; | ||
@@ -154,3 +154,3 @@ tmp += '|Name|Summary|Defined by\n'; | ||
tmp += '=== Events\n'; | ||
tmp += '[options="header"]\n'; | ||
tmp += '[cols="2,5,1",options="header"]\n'; | ||
tmp += '|===\n'; | ||
@@ -157,0 +157,0 @@ tmp += '|Name|Summary|Defined by\n'; |
{ | ||
"name": "@tinymce/moxiedoc", | ||
"version": "0.2.0-feature.20220319022440987.shafaa192a", | ||
"version": "0.2.0-feature.20220319035257520.shaac589ca", | ||
"description": "A tool for generating API documentation", | ||
@@ -5,0 +5,0 @@ "author": "Tiny Technologies, Inc", |
@@ -42,3 +42,3 @@ import { Return } from '../../lib/member'; | ||
const encodeCode = (str: string) => { | ||
const regex = /<code>(.*?)<\/code>/g; | ||
const regex = /<code>(.*?)<\/code>/; | ||
let matches; | ||
@@ -123,3 +123,3 @@ while ((matches = regex.exec(str))) { | ||
tmp += '[options="header"]\n'; | ||
tmp += '[cols="2,1,4,1",options="header"]\n'; | ||
tmp += '|===\n'; | ||
@@ -142,3 +142,3 @@ tmp += '|Name|Type|Summary|Defined by\n'; | ||
tmp += '[options="header"]\n'; | ||
tmp += '[cols="2,1,4,1",options="header"]\n'; | ||
tmp += '|===\n'; | ||
@@ -161,3 +161,3 @@ tmp += '|Name|Type|Summary|Defined by\n'; | ||
tmp += '[options="header"]\n'; | ||
tmp += '[cols="2,5,1",options="header"]\n'; | ||
tmp += '|===\n'; | ||
@@ -178,3 +178,3 @@ tmp += '|Name|Summary|Defined by\n'; | ||
tmp += '=== Methods\n'; | ||
tmp += '[options="header"]\n'; | ||
tmp += '[cols="2,5,1",options="header"]\n'; | ||
tmp += '|===\n'; | ||
@@ -194,3 +194,3 @@ tmp += '|Name|Summary|Defined by\n'; | ||
tmp += '[options="header"]\n'; | ||
tmp += '[cols="2,5,1",options="header"]\n'; | ||
tmp += '|===\n'; | ||
@@ -197,0 +197,0 @@ tmp += '|Name|Summary|Defined by\n'; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
344285