typedoc-plugin-rename

1.0.1 • Public • Published

typedoc-plugin-rename

This is a plugin for TypeDoc that grants the ability to rename things with the @rename JSDoc tag.

For example:

/**
 * This is a function that does wonderful things.
 * 
 * @rename bar
 */
function foo() {}

In the generated documentation, this function would now appear as "bar" instead of "foo".

This kind of thing is useful in situations where your internal variable names do not line up with the names that your end-users will actually import in their code.

Readme

Keywords

none

Package Sidebar

Install

npm i typedoc-plugin-rename

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

2.65 kB

Total Files

4

Last publish

Collaborators

  • zamiell