We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76812b commit d020457Copy full SHA for d020457
dpl-docs/views/layout.dt
@@ -163,7 +163,7 @@ html(lang='en-US')
163
- string project = "dlang.org";
164
- string path_prefix, line_suffix, filename;
165
- if( modname )
166
- - if( modname.startsWith("core.") )
+ - if( modname.startsWith("core.") || modname.startsWith("object"))
167
- project = "druntime", path_prefix = "src/";
168
- else if( modname.startsWith("dmd.") || modname.startsWith("ddmd.") )
169
- project = "dmd", path_prefix = "src/";
0 commit comments