Skip to content

Commit

Permalink
Opportunistic exclude internal APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers authored and pyricau committed Aug 2, 2019
1 parent 01eb072 commit cc5b133
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ subprojects {
prefix = "com.squareup.leakcanary"
suppress = true
}
packageOptions {
prefix = "shark.internal"
suppress = true
}
packageOptions {
prefix = "leakcanary.internal"
suppress = true
}
outputFormat = 'gfm'
outputDirectory = "$rootDir/docs/api"
}
Expand Down

0 comments on commit cc5b133

Please sign in to comment.