Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Documentation for Routable Protocol #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

viewDidAppear
Copy link

This change has been made to take advantage of the /// header-doc functionality in Xcode. Holding down Option while clicking on the method signatures of the Routable protocol will now provide further insight as to what needs to be supplied, and how it must be implemented to ensure fatalError() does not get triggered at runtime.

@codecov-io
Copy link

Codecov Report

Merging #84 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #84   +/-   ##
=======================================
  Coverage   80.28%   80.28%           
=======================================
  Files           5        5           
  Lines         208      208           
=======================================
  Hits          167      167           
  Misses         41       41
Impacted Files Coverage Δ
ReSwiftRouter/Routable.swift 0% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba52e46...f034537. Read the comment docs.

@DivineDominion
Copy link
Contributor

@hlineholm Since you were working on the protocol last, do you have time to incorporate docstrings like this? E.g. rebase this PR and adjust?

@hlineholm
Copy link
Contributor

hlineholm commented Nov 12, 2020

Yes @DivineDominion if a get a slot in my calendar I will. Not my highest priority at the moment though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants