Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pseuco-ide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pseuco
pseuco-ide
Commits
923f3500
Verified
Commit
923f3500
authored
Nov 19, 2019
by
Konstantin Kopper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated documentation links
parent
9f942b06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
build.gradle.kts
build.gradle.kts
+6
-1
No files found.
build.gradle.kts
View file @
923f3500
...
...
@@ -277,7 +277,8 @@ val dokka by tasks.getting(DokkaTask::class) {
}
externalDocumentationLink
{
url
=
url
(
"https://static.javadoc.io/com.google.code.gson/gson/${dependencyVersion("
gson
")}/"
)
url
=
url
(
"https://www.javadoc.io/com.google.code.gson/gson/${dependencyVersion("
gson
")}/"
)
packageListUrl
=
url
(
"$url/element-list"
)
}
externalDocumentationLink
{
...
...
@@ -292,6 +293,10 @@ val dokka by tasks.getting(DokkaTask::class) {
url
=
url
(
"https://http4k.org/api/"
)
}
externalDocumentationLink
{
url
=
url
(
"https://api.ktor.io/1.2.4/"
)
// TODO replace by ktorVersion
}
linkMapping
{
dir
=
"src/main/kotlin"
url
=
"https://dgit.cs.uni-saarland.de/pseuco/pseuco-ide/blob/master/src/main/kotlin"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment