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

Stop tag after @callback from crashing #48860

Merged
merged 1 commit into from
Apr 27, 2022
Merged

Commits on Apr 27, 2022

  1. Stop tag after @callback from crashing

    By copying the kludge in @typedef. @callback's order is simpler, so the
    kludge is simpler. However, it's wrong here, and in @typedef. Parsing
    tag comments is normally supposed to happen at the end of a tag, but in
    @callback and @typedef happens *before* parsing the nested
    @param/@Property tags.
    
    I still need to figure out what a real fix is -- but for the beta,
    copying the existing crash-avoidance kludge from @typedef is best
    anyway. I added a test case for typedefs for future use as well.
    sandersn committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    d3e5dac View commit details
    Browse the repository at this point in the history