-
-
Notifications
You must be signed in to change notification settings - Fork 747
Update Phobos documentation to use new MREF macro #3926
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
|
The diff for the DDoc HTML output in the auto-tester stems from Some remaining |
|
Actually, it seems that most existing links did not use |
|
|
|
New problem: Now MREF links in /phobos-prerelease/ go back to /phobos/. |
|
acc4028 to
e886688
Compare
|
|
|
@CyberShadow, it's XREF. We're en route to replace
|
You mean redefine XREF to use REF, or replace usages of XREF with REF? Either way, why not replace it with REF here directly? The fewer macros we have, the better. |
|
Oh yeah, forgot that was merged. It wasn't when I filed this PR :) |
e886688 to
ae24836
Compare
|
@CyberShadow leaving this to you - thx both! |
|
Hmm, there's still some regressions e.g. in std.bigint. Maybe we should define |
|
Rebase please. |
ae24836 to
20c5c90
Compare
|
As far as i understand this just replaces |
|
ping @JakobOvrum |
|
This came up on the forum today: |
|
I tried to push this with a resubmission - #4303 |
|
This was superseded. Can someone please close this? |
MREFwas introduced in dlang/dlang.org/pull/1177.MREFfixes module links for DDox and other doc engines (and looks nicer on the page).