Skip to content

Commit

Permalink
Add @snippet as a known inline tag.
Browse files Browse the repository at this point in the history
Fixes external #4308.

PiperOrigin-RevId: 621845649
  • Loading branch information
graememorgan authored and Error Prone Team committed Apr 4, 2024
1 parent 4ce508b commit 200eb43
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -51,7 +51,8 @@ abstract class JavadocTag {
inlineTag("linkplain"),
inlineTag("literal"),
blockTag("see"),
blockTag("since"));
blockTag("since"),
inlineTag("snippet"));

static final ImmutableSet<JavadocTag> VALID_CLASS_TAGS =
ImmutableSet.<JavadocTag>builder()
Expand Down

0 comments on commit 200eb43

Please sign in to comment.