-
-
Notifications
You must be signed in to change notification settings - Fork 387
Let DDox handle module references #1194
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
|
Filed: dlang/ddox/issues/110 |
Maybe wrap it into a |
|
Hm, it still doesn't recognize it with |
|
The planned future way is to only recognize symbols within backticks, or within I'll have a look at the end-of-sentence issue. |
|
edit: Note that it shows up verbatim with current DDox. |
|
Hm, is there an example MREF use somewhere? Everywhere I looked, I found only things like |
|
@s-ludwig, PR for Phobos links: dlang/phobos/pull/3926 No PR for druntime or dlang.org yet. |
|
Okay, tested locally and BTW, |
|
Thanks, changed to |
|
@JakobOvrum How about |
|
Done, seems to work, but I'm getting confused as to exactly where the |
Looks like it reads its tasks from a JSON file ( |
|
So, this thing works? The code looks fine to me, I'll pull tomorrow if there's no objections. |
|
Looks good to me, too. The diff is also fine. |
Let DDox handle module references
It looks like DDox detects and handles module references in the same way it detects symbol references. This fixes module references in
/library-prerelease/and removes<a>-inside-<a>shenanigans.DDox doesn't appear to detect module references if they appear the end of a punctuated sentence, like
see std.algorithm.; I'll file that over at the DDox repository.