Skip to content

Commit d020457

Browse files
committed
Fix Issue 17469 - View source code for object.d is broken
1 parent a76812b commit d020457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpl-docs/views/layout.dt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ html(lang='en-US')
163163
- string project = "dlang.org";
164164
- string path_prefix, line_suffix, filename;
165165
- if( modname )
166-
- if( modname.startsWith("core.") )
166+
- if( modname.startsWith("core.") || modname.startsWith("object"))
167167
- project = "druntime", path_prefix = "src/";
168168
- else if( modname.startsWith("dmd.") || modname.startsWith("ddmd.") )
169169
- project = "dmd", path_prefix = "src/";

0 commit comments

Comments
 (0)