Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
android-components
Commits
82d99280
Commit
82d99280
authored
Feb 12, 2019
by
Sebastian Kaspari
Browse files
dokka: Link to GeckoView javadoc.
parent
12dd6989
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
82d99280
...
...
@@ -134,6 +134,10 @@ task docs(type: org.jetbrains.dokka.gradle.DokkaAndroidTask, overwrite: true) {
}
}
externalDocumentationLink
{
url
=
new
URL
(
"https://mozilla.github.io/geckoview/javadoc/mozilla-central/package-list"
)
}
sourceDirs
=
files
(
subprojects
.
findAll
{
!
it
.
name
.
startsWith
(
"samples"
)
}.
collect
{
p
->
...
...
Write
Preview
Supports
Markdown
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