-
-
Notifications
You must be signed in to change notification settings - Fork 667
add Spec links to expression.d #7061
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
Conversation
|
Thanks for your pull request, @WalterBright! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. |
|
As these are Ddoc comments they show up in the generated documentation, but pretty badly formatted, e.g. http://dtest.dlang.io/artifact/website-cd3a65fbdfa0ddac41d309455d4d0930aae7f507-21a8c51d507707f7cc0c3ed83ac6ef26/web/library-prerelease/ddmd/expression/add_exp.html |
That was fixed by #7043 |
Only for Ddoc, not Ddox. |
It doesn't show up in the documentation, e.g. http://dtest.dlang.io/artifact/website-3bb580a55554d33712e17e39578e8b7f7164c90d-8057772f27d802cf0c39fec5774f95d6/web/phobos/ddmd_expression.html |
If the documentation isn't built by master, than it wouldn't show up. |
|
Unfortunately, the logs are not accessible if the build succeeds, so can't check that. I've verified locally that it works, though. |
|
It's a bit ugly though, as the comments end up on a single line, e.g. |
Fixed |
Add some direct links to the Spec corresponding to
Expressionnodes.