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

Partially fix abstract Erlang types ({@type ...}) #1787

Merged

Commits on Oct 3, 2023

  1. Partially fix for abstract Erlang types

    @type is deprecated but still documented
    
    Code out in the wild may contain references like the ones
    we include in the test
    
    This commit attempts at solving a basic case for those
    
    EDoc seems broken for some types of @type (or at least
    not generating useful) information, but at least this commit
    prevent a crash
    paulo-ferraz-oliveira committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    32ad4b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01b6065 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44b2a70 View commit details
    Browse the repository at this point in the history