Skip to content

Commit

Permalink
fix kdoc validation
Browse files Browse the repository at this point in the history
  • Loading branch information
dzinad committed Feb 17, 2023
1 parent be995e0 commit 386aa8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnavui-maps/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ dokkaHtmlPartial {
moduleName.set("UI Maps")
dokkaSourceSets {
configureEach {
reportUndocumented.set(true)
reportUndocumented.set(false)
perPackageOption {
matchingRegex.set("com.mapbox.navigation.ui.maps.internal.*")
suppress.set(true)
Expand Down

0 comments on commit 386aa8b

Please sign in to comment.