typedoc-plugin-external-module-name:使用@module注释指定文件的Typedoc模块

时间:2021-03-30 01:44:28
【文件属性】:
文件名称:typedoc-plugin-external-module-name:使用@module注释指定文件的Typedoc模块
文件大小:73KB
文件格式:ZIP
更新时间:2021-03-30 01:44:28
TypeScript typedoc-plugin-外部模块名称 什么 一个插件,允许将代码文档组织到自定义模块中。 注意:在Typedoc 0.17.0及更高版本中,“模块”是指ES6模块。 在Typedoc 0.16.x及更低版本中,ES6模块被称为。 尽管插件的名称包括“外部模块”,但它会修改模块(ES6模块) 默认情况下,Typedoc为每个ES6模块(每个文件)创建一个模块。 该插件允许将文档移至任意模块。 它还支持将多个模块合并为一个模块。 默认情况下,给定目录中的所有模块都将合并为一个模块。 假设您的源文件是这样组织的: thing1/foo.ts thing1/bar.ts thing2/baz.ts thing2/qux.ts 默认情况下,Typedoc将创建四个模块: thing1/foo :包含foo文档 thing1/bar :包含bar文档 thing2/baz :包含ba
【文件预览】:
typedoc-plugin-external-module-name-master
----.prettierignore(26B)
----.gitignore(751B)
----DEVELOPING.md(704B)
----tsconfig.json(290B)
----README.md(4KB)
----CHANGELOG.md(12KB)
----.github()
--------workflows()
----test()
--------tsconfig.custom.json(148B)
--------.gitignore(118B)
--------cypress.json(59B)
--------tsconfig.automatic.json(151B)
--------useTypedocVersion.js(538B)
--------.typedoc-plugin-external-module-name.js(411B)
--------tsconfig.annotations.json(153B)
--------generate-docs.sh(801B)
--------cypress()
--------package.json(800B)
--------banner.js(1KB)
--------tsconfig.automatic-nofiles.json(152B)
--------src()
----typedocVersionCompatibility.ts(3KB)
----.mergify.yml(492B)
----LICENSE(1KB)
----publish.js(340B)
----package.json(1KB)
----index.js(375B)
----downstream_projects.json(102B)
----dependencies.yml(163B)
----.prettierrc.json(73B)
----.npmignore(77B)
----typedoc-plugin-external-module-name.ts(10KB)
----yarn.lock(91KB)
----getRawComment.ts(1KB)

网友评论