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