We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6fd24 commit 3fd0350Copy full SHA for 3fd0350
pom.xml
@@ -699,7 +699,7 @@
699
<configuration>
700
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
701
<useStandardDocletOptions>false</useStandardDocletOptions>
702
- <docletPath>${env.KOKORO_GFILE_DIR}/java-docfx-doclet-1.2.1.jar</docletPath>
+ <docletPath>${env.KOKORO_GFILE_DIR}/java-docfx-doclet-1.3.0.jar</docletPath>
703
<additionalOptions>-outputpath ${project.build.directory}/docfx-yml -projectname ${project.artifactId}</additionalOptions>
704
<doclint>none</doclint>
705
<show>protected</show>
0 commit comments