You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to elixir-lang-core
I think it would be great to have the possibility to write documentations for private functions similar to writing documentation for public functions. Maybe something like this.
@docp """ Increase with one """ defp convert(x) do x + 1 end
This tag will not generate "real" documentation but aims to make the code more readable "in the editor". And to help other developers understand the private function.
By using @docp, it will look very simlar to a public function with a @doc tag.
Kind regards Niklas
esurk....@gmail.com
unread,
May 26, 2021, 3:29:43 AM5/26/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message