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

Warning on PowResetPassword docs generation #604

Open
holsee opened this issue Feb 27, 2021 · 0 comments
Open

Warning on PowResetPassword docs generation #604

holsee opened this issue Feb 27, 2021 · 0 comments

Comments

@holsee
Copy link
Contributor

holsee commented Feb 27, 2021

When leveraging PowResetPassword:

defmodule Foo.Users.User do
  use Foo.Schema
  use Pow.Ecto.Schema

  use Pow.Extension.Ecto.Schema,
    extensions: [PowInvitation, PowResetPassword]

  ...
end

Warning on docs generation:

> mix docs

Generating docs...
warning: documentation references "PowResetPassword.Ecto.Schema.reset_password_changeset/2" but it is hidden
  apps/foo/lib/foo/users/user.ex:1: Foo.Users.User.pow_reset_password_changeset/2

Erlang: 23.x
Elixir: 1.11
ExDoc: 0.23

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

No branches or pull requests

1 participant