aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorAlex Saveau <asaveau@google.com>2020-06-30 04:13:26 +0000
committerAlex Saveau <asaveau@google.com>2020-06-30 18:44:36 +0000
commit92fcde47f4eaf8e9dfe26104ade0d9aeebe4461a (patch)
treea393daccb9485c393d2f0e33d54a575c390dfc92 /gradle.properties
parent006b26ddd484d227d24cac4e724d6999b054f802 (diff)
downloaddokka-92fcde47f4eaf8e9dfe26104ade0d9aeebe4461a.tar.gz
Fix NPE loading JavadocManager in JavadocParser#resolveExternalLink
In `resolveExternalLink`, `getReference` is called on a psi element. When the implementation was a `PsiDocTagValueImpl`, the call would NPE after retrieving a null instance of the JavadocManager and trying to use it. This CL registers the JavadocManager and associated dependencies into the parsing environment. Test: couldn't repo in this project, but the NPE is gone in framework/support when running ./gradlew generateDocs. Change-Id: I8111091552f2f890d9643fa02c9f2346d41a6177
Diffstat (limited to 'gradle.properties')
0 files changed, 0 insertions, 0 deletions