Thanks José, tjat worked! It seemed like the implementation of Enum needs to expose some particulars of how it's used in my use case, so I just included it in the project docs. Not a big deal. Getting the doctests working was the important bit.
Thanks for all your hard work on Elixir! -Brian On Saturday, August 27, 2016 at 10:19:19 AM UTC-5, José Valim wrote: > > Doctests should work as long as you doctest the implementation, such as: > > doctest Enumerable.YourImpl > > > About the documentation, I believe implementation is not included, as the > implementation is never called directly and, as such, it doesn't make much > sense to document it as an API. > -- You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/1038a9e2-9707-4b8e-bd2a-10617c5fec53%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
