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

[api-docs] Even more documentation #2578

Merged
merged 1 commit into from
Apr 7, 2017

Conversation

sean-gilliam
Copy link
Member

This PR fleshes out more of the documentation labeled as TBD.

public override int GetHashCode()
{
return (UnconfirmedDeliveries != null ? UnconfirmedDeliveries.GetHashCode() : 0);
}

/// <summary>
/// TBD
/// Returns a <see cref="System.String" /> that represents this instance.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use inheritdoc here

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought docfx didn't support that. Believe me, I'd love to use it.

@sean-gilliam sean-gilliam force-pushed the more-api-docs branch 5 times, most recently from 4a8d3f5 to 644f639 Compare April 6, 2017 18:47
This PR fleshes out more of the documentation labeled as TBD.
@Aaronontheweb Aaronontheweb merged commit a484318 into akkadotnet:dev Apr 7, 2017
@Aaronontheweb Aaronontheweb added this to the 1.2.0 milestone Apr 7, 2017
@sean-gilliam sean-gilliam deleted the more-api-docs branch April 7, 2017 21:56
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.

3 participants