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

Blank line after %% @private #164

Closed
paulo-ferraz-oliveira opened this issue Sep 25, 2020 · 2 comments
Closed

Blank line after %% @private #164

paulo-ferraz-oliveira opened this issue Sep 25, 2020 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@paulo-ferraz-oliveira
Copy link
Contributor

I usually write my edoc related "tag" like so

-spec resolve(Module :: module(), Host :: dispatcher:host()) ->
                 {ok, [inet:ip_address()]}.
%% @private
resolve(Module, Host) ->
    Module:resolve(Host).

This is getting formatted to

-spec resolve(Module :: module(), Host :: dispatcher:host()) ->
                 {ok, [inet:ip_address()]}.
%% @private

resolve(Module, Host) ->
    Module:resolve(Host).

Is seems like a bug, but I'm not sure.

@elbrujohalcon elbrujohalcon added the duplicate This issue or pull request already exists label Sep 25, 2020
@elbrujohalcon
Copy link
Collaborator

Duplicate of #165

@elbrujohalcon elbrujohalcon marked this as a duplicate of #165 Sep 25, 2020
@paulo-ferraz-oliveira
Copy link
Contributor Author

Duplicate of #165

This was surely GitHub acting up. I didn't drink last night.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants