Skip to content

Commit dc1c2b3

Browse files
committed
Fix DMD source links for DDox
1 parent 7e635f7 commit dc1c2b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dpl-docs/views/layout.dt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ html(lang='en-US')
165165
- if( modname )
166166
- if( modname.startsWith("core.") )
167167
- project = "druntime", path_prefix = "src/";
168+
- else if( modname.startsWith("dmd.") || modname.startsWith("ddmd.") )
169+
- project = "dmd", path_prefix = "src/";
168170
- else
169171
- project = "phobos", path_prefix = "";
170172
- if (info.docGroups.length >= 1 && !noExactSourceCodeLinks)

0 commit comments

Comments
 (0)