Skip to content

Commit f972d6a

Browse files
authored
Merge 2227522 into d50a3d1
2 parents d50a3d1 + 2227522 commit f972d6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

buildSrc/src/main/java/com/google/firebase/gradle/plugins/JavadocPlugin.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,7 @@ private static void applyDoclava(Project project) {
188188
.setValue(
189189
ImmutableList.of(
190190
ImmutableList.of("book.path", "/docs/reference/_book.yaml"),
191-
ImmutableList.of(
192-
"project.path", "/docs/reference/android/_project.yaml")));
191+
ImmutableList.of("project.path", "/_project.yaml")));
193192

194193
// root path assumed by docs
195194
options.addStringOption("toroot", "/docs/reference/android/");

0 commit comments

Comments
 (0)