Closed
Description
Search Terms
inline types
Problem
At the moment if a type is not exported, just the name of the type is included in the typedoc JSON output, effectively making the type opaque.
Suggested Solution
It would be great if typedoc could simply inline these types. I have read #1021 (and related issues) and this request also seems related but perhaps suggests a sensible default behaviour. After all if the type is included the exported interface but not exported itself, it is reasonable to see the members in the generated docs. The behaviour could be behind an option if it could causes issues on some projects.
Apologies if this has been discussed already.