You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/v2/index.html
+12-7Lines changed: 12 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -785,24 +785,22 @@ <h3 id="javadoc-support"><a class="anchor" href="#javadoc-support"></a>3.11. Jav
785
785
</li>
786
786
</ul>
787
787
</div>
788
-
<divclass="paragraph">
789
-
<p>This dependency is based on the library <ahref="https://github.com/dnault/therapi-runtime-javadoc">therapi-runtime-javadoc</a></p>
790
-
</div>
791
788
<divclass="admonitionblock note">
792
789
<table>
793
790
<tr>
794
791
<tdclass="icon">
795
792
<iclass="fa icon-note" title="Note"></i>
796
793
</td>
797
794
<tdclass="content">
798
-
Make sure, you enable the annotation processor of <code>therapi-runtime-javadoc</code> in order to enable javadoc support for springdoc-openapi.
795
+
<code>springdoc-openapi-starter-common</code> relies on <ahref="https://github.com/dnault/therapi-runtime-javadoc"><code>therapi-runtime-javadoc</code></a> to read Javadoc comments at runtime. Ensure that you add it as well as its annotation processor to your project’s dependencies. Otherwise, the Javadoc support will fail silently.
<p>This dependency is based on the library <ahref="https://github.com/dnault/therapi-runtime-javadoc">therapi-runtime-javadoc</a></p>
459
-
</div>
460
457
<divclass="admonitionblock note">
461
458
<table>
462
459
<tr>
463
460
<tdclass="icon">
464
461
<iclass="fa icon-note" title="Note"></i>
465
462
</td>
466
463
<tdclass="content">
467
-
Make sure, you enable the annotation processor of <code>therapi-runtime-javadoc</code> in order to enable javadoc support for springdoc-openapi.
464
+
<code>springdoc-openapi-starter-common</code> relies on <ahref="https://github.com/dnault/therapi-runtime-javadoc"><code>therapi-runtime-javadoc</code></a> to read Javadoc comments at runtime. Ensure that you add it as well as its annotation processor to your project’s dependencies. Otherwise, the Javadoc support will fail silently.
0 commit comments