typedoc-plugin-explicit-include
v0.0.1
Published
Typedoc plugin to export only reflections marked with @include
Downloads
71
Readme
typedoc-plugin-explicit-include
What
A plugin for Typedoc
Use an annotation (in a comment) to set code to "External". All other reflections will not be exported
Examples
/**
* A function
* @include
*/
function someFunction() {
}Forked from https://github.com/christopherthielen/typedoc-plugin-internal-external
