We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b6f75 commit 3280a27Copy full SHA for 3280a27
buildSrc/src/main/java/com/google/firebase/gradle/plugins/JavadocPlugin.java
@@ -188,8 +188,7 @@ private static void applyDoclava(Project project) {
188
.setValue(
189
ImmutableList.of(
190
ImmutableList.of("book.path", "/docs/reference/_book.yaml"),
191
- ImmutableList.of(
192
- "project.path", "/docs/reference/android/_project.yaml")));
+ ImmutableList.of("project.path", "/_project.yaml")));
193
194
// root path assumed by docs
195
options.addStringOption("toroot", "/docs/reference/android/");
0 commit comments