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
I'm about 80% sure that we would have to take over the low-level rendering of functions, interfaces, etc., where we currently use the bits Sphinx provides for free. I'm not against that, but it would be a bit of a project. I welcome any who want to undertake it; I agree it's an eminently sane feature.
We can't use a ? unless we fix things on the Python side because `undefined`
turns into an entirely missing entry. If we want to turn it into `None` we need
to either put a `null` in javascript or set `None` as the default value in
`ir.py`. I removed a lot of the `?`'s because we don't use them, but
qualifiedName and sourcefilename do sometimes seem to go missing right now.
Maybe we can fix that later.
Hi, and thanks a lot for this package! I am using it to document a typescript project, and I have a feature request.
Code like this
currently renders as
It would greatly improve navigation if the types of parameters (
index.Person
andindex.Bar
) where links to the documentation for the type.Is it currently possible to do this?
Thanks for your time
The text was updated successfully, but these errors were encountered: