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 7e635f7 commit dc1c2b3Copy full SHA for dc1c2b3
dpl-docs/views/layout.dt
@@ -165,6 +165,8 @@ html(lang='en-US')
165
- if( modname )
166
- if( modname.startsWith("core.") )
167
- project = "druntime", path_prefix = "src/";
168
+ - else if( modname.startsWith("dmd.") || modname.startsWith("ddmd.") )
169
+ - project = "dmd", path_prefix = "src/";
170
- else
171
- project = "phobos", path_prefix = "";
172
- if (info.docGroups.length >= 1 && !noExactSourceCodeLinks)
0 commit comments