docascode / type2docfx

A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.
Apache License 2.0
17 stars 10 forks source link

Missing type inheritance and tags in yml #32

Open crazyfx1 opened 5 years ago

crazyfx1 commented 5 years ago

I'd love to integrate my typedoc into docfx. Unfortunately the yml and docfx do not show all information for my classes.

I created a simple example where one class extends the other class.

Following data is missing in the yml / docfx:

If you compare typedoc to docfx you can see whats missing _c__users_m pum cubido_desktop_test_doc_classes__buttoncontrol_ buttoncontrol html

image

I've put up my test project here: https://github.com/crazyfx1/type2docfx-yml-test