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
Here, the type of "1000" is superfluous/confusing/noisy/distracting. Thus, I propose that when TypeDoc determines that the type is exactly the same thing as the value, then it should omit printing out the type.
The text was updated successfully, but these errors were encountered:
Hi @Zamiell and @Gerrit0.
I managed to fix this issue.
There were 2 tests that were failing right after I forked and cloned this repo. No other tests are failing after I implemented my solution.
I used the same code that is mentioned in the description of this issue, and here is how the docs are generated with my solution in place.
Consider the following code:
TypeDoc will generate a page with the following:
Here, the type of "1000" is superfluous/confusing/noisy/distracting. Thus, I propose that when TypeDoc determines that the type is exactly the same thing as the value, then it should omit printing out the type.
The text was updated successfully, but these errors were encountered: