obmarg / ex_unit_fixtures

A library for defining modular dependencies (fixtures) for ExUnit tests.
MIT License
13 stars 5 forks source link

Set @moduledoc false for imp modules. (Fixes #27) #34

Closed obmarg closed 8 years ago

obmarg commented 8 years ago

This hides the module from the documentation altogether. I've left most of the @doc comments in to help developers, and converted the moduledoc strings into comments.

This should make the documentation a lot more concise - no need for users to see documentation on the implementation details.