Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks a lot for this package. This has been immensely helpful in our documentation efforts.
I am stuck in situation where my function signature alias is being rendered like an object or interface.
This renders as:
If I add
@function
tagAs you can see the "Type declaration" section is pretty confusing as it becomes a list. Is there a way I can render this as https://typedoc.org/example/functions/sqrt.html ? Since I am exposing the types from namespace, I can't think of any other way than using alias. I appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions