-
Notifications
You must be signed in to change notification settings - Fork 125
Constructor type being linked to property #2007
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also, searching it gives "Temp (constructor)" but clicking on the search result gives |
Which OS are you running on? This is likely due to the fact that the file system is not case sensitive and so the documentation for |
Ah that makes sense. And yeah, in my many other classes this issue is not present (except for #2008, but I doubt this is related). But even if my host OS supported a case-sensitive file system, wouldn't anyone who downloaded it have problems viewing it? How can this be avoided in general? Can dartdoc change the filenames like |
There was a similar bug where we changed the file names #585. Currently html files for class and constants are qualified, we could extend it for property too. |
And if #1983 is being worked on, maybe this whole thing can be avoided? The general goal of it seems to be to no longer need a separate file for every member of a class, so that should help. |
Yes, #1983 would address this issue, but there is no eta on when it will be worked on. |
So what should be done in the meantime? Should I just rename properties going forward to avoid this? |
Consider the following:
In the docs for this class, clicking on the
Temp
of the constructor links totemp
the property. Is there any way to get around this?The text was updated successfully, but these errors were encountered: