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

Improve JavadocParser and fix case-sensitivity #2905

Merged
merged 2 commits into from
Mar 21, 2023

Commits on Mar 8, 2023

  1. Improve JavadocParser and fix case-sensitivity

    * Get rid of safeEnumValueOf that was an unnecessary public API burden and constantly allocating
    * Restructure JavadocParser.parseDocTag so it has one lever of nesting less
    * Make tag parsing case-sensitive
    
    Fixes #2907
    qwwdfsad committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    7b6e30f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. ~add test

    qwwdfsad committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    58eb5e0 View commit details
    Browse the repository at this point in the history