-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve Duplicate Docs Warnings (#180)
Warnings were being issued regarding duplicate documentation declarations. Here's an example: ``` warning: redefining @doc attribute previously set at line 27. Please remove the duplicate docs. If instead you want to override a previously defined @doc, attach the @doc attribute to a function head (the function signature not followed by any do-block). For example: @doc """ new docs """ def use_cassette(...) lib/exvcr/mock.ex:48: ExVCR.Mock.use_cassette/3 ``` This change resolves these warnings by merging documentation and adding examples that were already available in the README file.
- Loading branch information
Showing
2 changed files
with
60 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters