typedoc-plugin-markdown
Advanced tools
Comparing version 4.0.0-next.49 to 4.0.0-next.50
import { DeclarationReflection } from 'typedoc'; | ||
/** | ||
* Flattens declarations into a single array, useful for displaying items in tables. | ||
*/ | ||
export declare function flattenDeclarations(props: DeclarationReflection[], includeSignatures?: boolean): any[]; |
@@ -5,2 +5,5 @@ "use strict"; | ||
const typedoc_1 = require("typedoc"); | ||
/** | ||
* Flattens declarations into a single array, useful for displaying items in tables. | ||
*/ | ||
function flattenDeclarations(props, includeSignatures = false) { | ||
@@ -7,0 +10,0 @@ const flattenDeclarations = (current) => { |
@@ -5,4 +5,2 @@ "use strict"; | ||
const resources_1 = require("./resources"); | ||
/* start_imports */ | ||
/* end_imports */ | ||
/** | ||
@@ -9,0 +7,0 @@ * The render context of the {@link MarkdownTheme}. |
@@ -66,3 +66,3 @@ "use strict"; | ||
: text_mappings_1.SINGULAR_KIND_KEY_MAP[kindString]; | ||
return this.textMappings[key]; | ||
return this.textMappings[key] || kindString; | ||
} | ||
@@ -69,0 +69,0 @@ getTemplateMapping(kind, outputFileStrategyOverride) { |
{ | ||
"name": "typedoc-plugin-markdown", | ||
"version": "4.0.0-next.49", | ||
"version": "4.0.0-next.50", | ||
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
241846
5417