File tree Expand file tree Collapse file tree
test/files/DocGeneratorTest/output/localhost:0 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ data class DocPackageInfo(
161161 " pkl:/" -> " pkl:${moduleName.substring(4 )} " .toUri()
162162 else -> {
163163 val path = getModulePath(moduleName, moduleNamePrefix).uriEncoded + " .pkl"
164- URI (importUri).resolve( path)
164+ URI (importUri + path)
165165 }
166166 }
167167
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ <h1 id="declaration-title">birds.Bird<span id="declaration-version">0.5.0</span>
2828 < div class ="member-signature "> open module < span class ="name-decl "> birds.Bird</ span > </ div >
2929 < dl class ="member-info ">
3030 < dt class =""> Module URI:</ dt >
31- < dd > < span class ="import-uri "> package://localhost:0/Bird.pkl</ span > < i class ="copy-uri-button material-icons "> content_copy</ i > </ dd >
31+ < dd > < span class ="import-uri "> package://localhost:0/birds@0.5.0#/ Bird.pkl</ span > < i class ="copy-uri-button material-icons "> content_copy</ i > </ dd >
3232 < dt class =""> Source code:</ dt >
3333 < dd > < a href ="https://example.com/birds/v0.5.0/blob/Bird.pkl "> Bird.pkl</ a > </ dd >
3434 < dt class ="runtime-data hidden "> Known subtypes:</ dt >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ <h1 id="declaration-title">birds.allFruit<span id="declaration-version">0.5.0</s
2828 < div class ="member-signature "> module < span class ="name-decl "> birds.allFruit</ span > </ div >
2929 < dl class ="member-info ">
3030 < dt class =""> Module URI:</ dt >
31- < dd > < span class ="import-uri "> package://localhost:0/allFruit.pkl</ span > < i class ="copy-uri-button material-icons "> content_copy</ i > </ dd >
31+ < dd > < span class ="import-uri "> package://localhost:0/birds@0.5.0#/ allFruit.pkl</ span > < i class ="copy-uri-button material-icons "> content_copy</ i > </ dd >
3232 < dt class =""> Source code:</ dt >
3333 < dd > < a href ="https://example.com/birds/v0.5.0/blob/allFruit.pkl "> allFruit.pkl</ a > </ dd >
3434 < dt class ="runtime-data hidden "> Known subtypes:</ dt >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ <h1 id="declaration-title">birds.catalog<span id="declaration-version">0.5.0</sp
2828 < div class ="member-signature "> module < span class ="name-decl "> birds.catalog</ span > </ div >
2929 < dl class ="member-info ">
3030 < dt class =""> Module URI:</ dt >
31- < dd > < span class ="import-uri "> package://localhost:0/catalog.pkl</ span > < i class ="copy-uri-button material-icons "> content_copy</ i > </ dd >
31+ < dd > < span class ="import-uri "> package://localhost:0/birds@0.5.0#/ catalog.pkl</ span > < i class ="copy-uri-button material-icons "> content_copy</ i > </ dd >
3232 < dt class =""> Source code:</ dt >
3333 < dd > < a href ="https://example.com/birds/v0.5.0/blob/catalog.pkl "> catalog.pkl</ a > </ dd >
3434 < dt class ="runtime-data hidden "> Known subtypes:</ dt >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ <h1 id="declaration-title">fruit.Fruit<span id="declaration-version">1.1.0</span
2828 < div class ="member-signature "> module < span class ="name-decl "> fruit.Fruit</ span > </ div >
2929 < dl class ="member-info ">
3030 < dt class =""> Module URI:</ dt >
31- < dd > < span class ="import-uri "> package://localhost:0/Fruit.pkl</ span > < i class ="copy-uri-button material-icons "> content_copy</ i > </ dd >
31+ < dd > < span class ="import-uri "> package://localhost:0/fruit@1.1.0#/ Fruit.pkl</ span > < i class ="copy-uri-button material-icons "> content_copy</ i > </ dd >
3232 < dt class ="runtime-data hidden "> Known subtypes:</ dt >
3333 < dd id ="known-subtypes " class ="runtime-data hidden "> </ dd >
3434 < dt class ="runtime-data hidden "> Known usages:</ dt >
You can’t perform that action at this time.
0 commit comments