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
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
<p>The deprecation is only visible when using <ahref="#snippets-section">Section</a> approach. Then it will be shown in the title (also visible in
1675
-
TOC) and description. Field’s deprecation is shown in description column of request/response table.
1733
+
<p>Deprecation is shown in the title of an endpoint (also visible in TOC) and description.
1734
+
Field’s deprecation is shown in description column of request/response table.<br>
1676
1735
See how it looks in the <ahref="https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/master/spring-auto-restdocs-example/generated-docs/index.html#resources-item-resource-test-clone-item">example project</a>.</p>
1677
1736
</div>
1678
1737
</div>
1679
1738
<divclass="sect2">
1739
+
<h3id="see-tag"><aclass="link" href="#see-tag">See tag support</a></h3>
1740
+
<divclass="paragraph">
1741
+
<p><code>@see</code> Javadoc tag comment will be added to the main description section of an endpoint or a field.<br>
1742
+
Currently supports only HTML links. Does not support Java code references.<br>
1743
+
See how it looks in the <ahref="https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/master/spring-auto-restdocs-example/generated-docs/index.html#resources-item-resource-test-search">example project</a>.</p>
@@ -33,9 +34,16 @@ Endpoint or field will be marked as deprecated if at least one of these is prese
33
34
- method / field is annotated with `@Deprecated`
34
35
- method's / field's Javadoc has `@deprecated` tag
35
36
36
-
The deprecation is only visible when using <<snippets-section,Section>> approach. Then it will be shown in the title (also visible in
37
-
TOC) and description. Field's deprecation is shown in description column of request/response table.
38
-
See how it looks in the link:https://htmlpreview.github.io/?https://github.com/ScaCap/spring-auto-restdocs/blob/master/spring-auto-restdocs-example/generated-docs/index.html#resources-item-resource-test-clone-item[example project].
37
+
Deprecation is shown in the title of an endpoint (also visible in TOC) and description.
38
+
Field's deprecation is shown in description column of request/response table. +
39
+
See how it looks in the link:{html-preview}{example-dir}/generated-docs/index.html#resources-item-resource-test-clone-item[example project].
40
+
41
+
[[see-tag]]
42
+
=== See tag support
43
+
44
+
`@see` Javadoc tag comment will be added to the main description section of an endpoint or a field. +
45
+
Currently supports only HTML links. Does not support Java code references. +
46
+
See how it looks in the link:{html-preview}{example-dir}/generated-docs/index.html#resources-item-resource-test-search[example project].
0 commit comments