You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, currently TypeDoc doesn't really care about what is exported and what isn't. I agree there should be work done on this but will close this as a duplicate of #639
File Folder
Run generate docs command
I expect
class A
&enum B
&interface C
are internal variable and shown in doc.And
function D
don't shown in docs.But the fact is
class A
enum B
interface C
function D
are shown in doc as external variable.The text was updated successfully, but these errors were encountered: