Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Deprecate old Javadoc classes #5609

Merged
merged 4 commits into from Jan 28, 2024
Merged

Conversation

MartinWitt
Copy link
Collaborator

Added Javadoc Analysis section in the sidebar_doc.yml file. Deprecated several old classes related to the handling of Javadoc comments in favor of the new javadoc parser submodule. Updated the installation instructions in spoon_javadoc.md to reflect these changes.

resolves #5606

doc/spoon_javadoc.md Outdated Show resolved Hide resolved
src/main/java/spoon/javadoc/internal/JavadocBlockTag.java Outdated Show resolved Hide resolved
src/main/java/spoon/javadoc/internal/JavadocInlineTag.java Outdated Show resolved Hide resolved
src/main/java/spoon/javadoc/internal/JavadocSnippet.java Outdated Show resolved Hide resolved
@SirYwell SirYwell changed the base branch from master to java17 January 12, 2024 20:46
MartinWitt and others added 2 commits January 12, 2024 23:19
Added Javadoc Analysis section in the sidebar_doc.yml file. Deprecated several old classes related to the handling of Javadoc comments in favor of the new javadoc parser submodule. Updated the installation instructions in spoon_javadoc.md to reflect these changes.
Co-authored-by: I-Al-Istannen <I-Al-Istannen@users.noreply.github.com>
@I-Al-Istannen
Copy link
Collaborator

Can you split this in two PRs please, one for the doc changes and one for the deprecation?

@MartinWitt
Copy link
Collaborator Author

Good point. I will also switch the target for the website fix/doc to current master and the deprecation to java 17.

@MartinWitt MartinWitt changed the title doc: Add Javadoc Analysis to sidebar and deprecate old Javadoc classes refactor: Deprecate old Javadoc classes Jan 23, 2024
Co-authored-by: I-Al-Istannen <I-Al-Istannen@users.noreply.github.com>
@I-Al-Istannen I-Al-Istannen merged commit 5070aef into java17 Jan 28, 2024
8 of 10 checks passed
@I-Al-Istannen I-Al-Istannen deleted the cleanup/spoonJavadoc branch January 28, 2024 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delete old unused javadoc package
2 participants