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

Replace deprecated <tt> with <code> in javadocs #238

Merged
merged 2 commits into from
Oct 27, 2023

Conversation

vmartinv
Copy link
Contributor

@vmartinv vmartinv commented Oct 24, 2023

At the moment ant javadoc generates 53 errors and 9 warnings. This PR uses <code> instead of <tt>, as <tt> is not supported by html5.
The command used to generate it is:

find Source -type f -name "*.java" -exec sed -i 's/<tt>\([^<]*\)<\/tt>/<code>\1<\/code>/g' {} \;

After this PR there are only 6 errors and 9 warnings.

Example before change:
Screenshot 2023-10-24 at 11 33 35

After change: (they look the same)
Screenshot 2023-10-24 at 11 34 59

@sylvainhalle
Copy link
Owner

Many thanks for your multiple contributions to TeXtidote

@sylvainhalle sylvainhalle merged commit b792b36 into sylvainhalle:master Oct 27, 2023
3 checks passed
@vmartinv vmartinv deleted the code_doc branch October 28, 2023 10: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.

2 participants