Skip to content

@value tag does not resolve constant field values in Markdown #3695

@subyssurendran666

Description

@subyssurendran666
/// The current API version is {@value #API_VERSION}.
public class Apple{
	public static final String API_VERSION = "1.0.2";
}

In the above code snippet, the value of API_VERSION is not shown when hovering over the Apple class; however, the Javadoc works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions