Skip to content

Commit db4baa1

Browse files
committed
Update exception ddoc bug comment
1 parent 45cbab7 commit db4baa1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ddoc/source/preprocessor.d

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,8 @@ private void highlightSpecialWords(ref string flag, ref string helpText)
462462
string fixDdocBugs(string inputFile, string text)
463463
{
464464

465-
// https://github.com/dlang/dlang.org/pull/2069#issuecomment-363154934
466-
// can be removed once the Phobos PR is in stable and master
467-
// https://github.com/dlang/phobos/pull/6126
465+
// __FILE__ changes on every build
466+
// can be removed once https://github.com/dlang/phobos/pull/6321 is merged and part of a release
468467
if (inputFile.endsWith("exception.d"))
469468
{
470469
text = text.replace(`typeof(new E("", __FILE__, __LINE__)`, `typeof(new E("", string.init, size_t.init)`);

0 commit comments

Comments
 (0)