Skip to content

Commit

Permalink
Fix Issue 17469 - View source code for object.d is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Jun 7, 2017
1 parent a76812b commit d020457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpl-docs/views/layout.dt
Expand Up @@ -163,7 +163,7 @@ html(lang='en-US')
- string project = "dlang.org";
- string path_prefix, line_suffix, filename;
- if( modname )
- if( modname.startsWith("core.") )
- if( modname.startsWith("core.") || modname.startsWith("object"))
- project = "druntime", path_prefix = "src/";
- else if( modname.startsWith("dmd.") || modname.startsWith("ddmd.") )
- project = "dmd", path_prefix = "src/";
Expand Down

0 comments on commit d020457

Please sign in to comment.