Skip to content

Conversation

madlep
Copy link

@madlep madlep commented Jul 19, 2013

I noticed callback summaries for modules on http://elixir-lang are in reverse order to how they are defined (e.g. see http://elixir-lang.org/docs/stable/Dict.html )

Simple fix to reverse the callbacks, and make them be rendered in the right order.

@josevalim
Copy link
Member

Thanks! The order is wrong in __behaviour__(:docs) though. We should rather send a fix to Elixir:

https://github.com/elixir-lang/elixir/blob/master/lib/elixir/lib/behaviour.ex#L112

Could you please send a pull request there? :)

@madlep
Copy link
Author

madlep commented Jul 19, 2013

@josevalim yup. Will take a look there.

@madlep
Copy link
Author

madlep commented Jul 20, 2013

@josevalim opened PR in Elixir at elixir-lang/elixir#1461 instead as advised.

@madlep madlep closed this Jul 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants