Skip to content

Commit 62b8d39

Browse files
authored
chore: update cloud-rad doclet (#1811)
Updates cloud rad doc generation to use new [doclet](https://github.com/googleapis/java-docfx-doclet). Added the new doclet jar to cloud-devrel-kokoro-resources/docfx bucket
1 parent f9f5bc3 commit 62b8d39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,8 +621,8 @@
621621
<configuration>
622622
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
623623
<useStandardDocletOptions>false</useStandardDocletOptions>
624-
<docletPath>${env.KOKORO_GFILE_DIR}/docfx-doclet-1.0-SNAPSHOT-jar-with-dependencies-172556.jar</docletPath>
625-
<additionalOptions>-outputpath ${project.build.directory}/docfx-yml</additionalOptions>
624+
<docletPath>${env.KOKORO_GFILE_DIR}/java-docfx-doclet-1.0.jar</docletPath>
625+
<additionalOptions>-outputpath ${project.build.directory}/docfx-yml -projectname ${artifactId}</additionalOptions>
626626
<doclint>none</doclint>
627627
<show>protected</show>
628628
<nohelp>true</nohelp>

0 commit comments

Comments
 (0)