@raycast/generate-docs
Advanced tools
Comparing version 0.7.4 to 0.7.5
@@ -23,3 +23,5 @@ const path = require("path"); | ||
anchors.find((x) => x.anchor === `${componentName}.Children`) | ||
? replaceLinksInDescription(`{@link ${componentName}.Children}`) | ||
? replaceLinksInDescription( | ||
`<code>{@link ${componentName}.Children}</code>` | ||
) | ||
: formatTypeString(type) | ||
@@ -43,3 +45,5 @@ } | ${replaceLinksInDescription(def || "-")} |` | ||
anchors.find((x) => x.anchor === `${interfaceName}.Children`) | ||
? replaceLinksInDescription(`{@link ${interfaceName}.Children}`) | ||
? replaceLinksInDescription( | ||
`<code>{@link ${componentName}.Children}</code>` | ||
) | ||
: formatTypeString(type) | ||
@@ -46,0 +50,0 @@ } |` |
{ | ||
"name": "@raycast/generate-docs", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
25196
750