Skip to content

How to use it for a documentation generator? #90

Answered by ZacharyPatten
eestein asked this question in Q&A
Discussion options

You must be logged in to vote

Hi. Thanks for reading the MSDN article and checking out the Towel repo. :)

Is there a way to read the docs in a "better" format?

Currently I only have methods in Towel to get the XML docs in XML string format. Keep in mind that XML docs support much more than just the method and parameter summaries. There are <returns>, <exceptions>, <remarks>, <typeparamref>, <paramref>, <see>, <br/>, <code>, etc. You can see more of the nodes here: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/recommended-tags. So if you want to convert that into JSON instead of XML, you need a way to represent all features in the JSON.

If you don't care about all of those additional XML no…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by eestein
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants