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

C# tutorials - xml documentation #67

Closed
stevehoag opened this issue Oct 12, 2015 · 11 comments · Fixed by #798
Closed

C# tutorials - xml documentation #67

stevehoag opened this issue Oct 12, 2015 · 11 comments · Fixed by #798
Assignees

Comments

@stevehoag
Copy link
Contributor

Show how to document code using XML doc comments.

Tutorials should include one or more code examples, each example should also show expected output and should include an explanation of the code where it isn't obvious. Examples shouldn't be dependent on a specific IDE or target platform.

@stevehoag stevehoag added the help wanted Good for community contributors to help [up-for-grabs] label Dec 11, 2015
@cartermp cartermp removed the help wanted Good for community contributors to help [up-for-grabs] label Feb 3, 2016
@tonerdo
Copy link
Contributor

tonerdo commented Jun 29, 2016

@BillWagner this looks interesting. I'd like to work on this

@BillWagner
Copy link
Member

@tsolarin That sounds great.

Can you and @samuelengland keep in touch as your working? He's working on issue #494, which is related. I will keep an eye on both of your branches and answer any questions.

I'll leave this issue assigned to me (as we can't assign issues to non-team members). That will make sure no one else grabs it.

@tonerdo
Copy link
Contributor

tonerdo commented Jul 1, 2016

@BillWagner
Copy link
Member

@tsolarin I like the start. I'd like to see samples of each of the tags to help people understand how to use each.

@tonerdo
Copy link
Contributor

tonerdo commented Jul 7, 2016

@BillWagner definitely, was just getting started, will surely include syntax examples and possible attributes

@tonerdo
Copy link
Contributor

tonerdo commented Jul 11, 2016

@BillWagner my first draft is complete, have a look: https://github.com/tsolarin/core-docs/blob/xml-doc/docs/csharp/codedoc.md

@tonerdo
Copy link
Contributor

tonerdo commented Jul 12, 2016

/cc @BillWagner

@BillWagner
Copy link
Member

@tsolarin This is a great start.

You've covered all the main tags, and done so quite well.

I have two (related) recommendations for your next draft.

I would order the tags in a logical order of their use rather than alphabetically. I think this applies both to the list and the sections below. I'd likely start with

and then . After that, there are a lot of directions you could go, so I'll leave it up to you. I'd expect and to be next to each other though.

After that, make a Pull Request, and we'll do a more detailed content review and then merge.

Thanks again for helping and contributing.

@tonerdo
Copy link
Contributor

tonerdo commented Jul 12, 2016

@BillWagner so in your last comment I assume you made reference to some tags, they're not HTML tags so they don't show up.

@BillWagner
Copy link
Member

@tsolarin I'm sorry I didn't explain myself well. I meant that you covered all the XML tags that C# uses.

What I meant by 'ordering the tags' would be to re-order the sections covering each XML tags that C# understands to use the order a reader would want to use them, rather than alphabetically.

I hope that helps.

@tonerdo
Copy link
Contributor

tonerdo commented Jul 13, 2016

Sure

@tonerdo tonerdo mentioned this issue Jul 14, 2016
@BillWagner BillWagner modified the milestone: Dev "15" RTM Jul 22, 2016
@mairaw mairaw modified the milestones: Backlog, Dev "15" RTM Nov 18, 2016
@mairaw mairaw removed this from the Backlog milestone Oct 16, 2019
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 a pull request may close this issue.

5 participants