...

/

Step 5: Create Project Documentation

Step 5: Create Project Documentation

Learn about creating project documentation and coding by transforming data.

We'll cover the following...

Java has Javadoc, Ruby has RDoc, and Elixir has ExDoc. These are documentation tools that describe our project by showing the modules, the things defined in them, and any documentation we’ve written for them.

Using it is easy. First, we add the ExDoc dependency to the mix.exs ...