-
Notifications
You must be signed in to change notification settings - Fork 452
Closed
Labels
enhancementAn issue for a feature or an overall improvementAn issue for a feature or an overall improvementformat: htmlAn issue/PR related to Dokka's default HTML output formatAn issue/PR related to Dokka's default HTML output formathtml: backendAn issue/PR that affects the HTML format, but requires changes in common (content) Kotlin codeAn issue/PR that affects the HTML format, but requires changes in common (content) Kotlin codelanguage: JavaIssue/PR related to the Java language feature/analysis/docsIssue/PR related to the Java language feature/analysis/docstopic: frontend onboardingAn issue that could be used to onboard team members specializing in frontend developmentAn issue that could be used to onboard team members specializing in frontend development
Description
For the Java code like:
public class DeprecatedJClass {
/**
* Don't do anything
* @deprecated
* This method is no longer acceptable to compute time between versions.
* <p> Use {@link DeprecatedJClass#getStringMethodNew()} instead.
*/
@Deprecated(since = "18.0.2", forRemoval = true)
public void getStringMethod(){}
public void getStringMethodNew(){}
}
It seems like it would be nice to move the text from the Depreciation paragraph to the Deracation table to have everything in one place.
Metadata
Metadata
Assignees
Labels
enhancementAn issue for a feature or an overall improvementAn issue for a feature or an overall improvementformat: htmlAn issue/PR related to Dokka's default HTML output formatAn issue/PR related to Dokka's default HTML output formathtml: backendAn issue/PR that affects the HTML format, but requires changes in common (content) Kotlin codeAn issue/PR that affects the HTML format, but requires changes in common (content) Kotlin codelanguage: JavaIssue/PR related to the Java language feature/analysis/docsIssue/PR related to the Java language feature/analysis/docstopic: frontend onboardingAn issue that could be used to onboard team members specializing in frontend developmentAn issue that could be used to onboard team members specializing in frontend development