Skip to content

Commit

Permalink
docs: fix jsdoc descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Aug 26, 2024
1 parent 48a4062 commit 9999e04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/renderer/markup/types-definitions/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ export interface MarkupRenderConfig {
/** Defines whether the renderer should render an additional optional tag for default values. */
renderDefaultValuesAsOptional?: boolean;

/** Defines whether the renderer should render prefixes for entities. */
renderEntityPrefixes?: boolean | "documentation" | "tableOfContents";

/**
* Defines the order in which entities should be rendered.
* Defines whether the renderer should render prefixes for entities.
*
* @example
* Class: MyClass instead of just MyClass
*/
renderEntityPrefixes?: boolean | "documentation" | "tableOfContents";

/** Defines the order in which entities should be rendered. */
renderOrder?: ExportableEntityKinds[];

/**
Expand Down

0 comments on commit 9999e04

Please sign in to comment.