Skip to content

Add -since for javadoc #5166

@arukiidou

Description

@arukiidou

Deliverables

Add a new tab to the Javadoc.

example

Image

how to

This fix was easy.

			addStringsOption("-since", ",").value = listOf(
				"6.1",
				"6.0",
				"5.14",
				"5.13",
				"5.12",
				"5.11",
				"5.10",
				"5.9",
				"5.8",
				"5.7",
				"5.6",
				"5.5",
				"5.4",
				"5.3",
				"5.2",
				"5.1",
				"5.0",
			)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions