You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that currently our code is not handling and ` tags, this is not so much of a problem given that given that FSharp.Formatting infers the signature via reflection.
Just want to check whether this is on the roadmap? If so, when will etc be supported?
Thanks!
The text was updated successfully, but these errors were encountered:
If you're interested in contributing, this is something that can be handled in the readXmlComment function here in the source code. I think that all that needs to be done is to change it to recognisze the <parameter> tag and turn it into <ul> HTML element with <li> elements for all parameters (and append this to the generated string). So it should be a nice issue for a new contributor :-).
(There is also a project csharpSupport in tests folder, so this is a place where you can add a sample documented method, which can then be processed and checked by the tests.)
In http://tpetricek.github.io/FSharp.Formatting/metadata.html, it mentions that
Note that currently our code is not handling and ` tags, this is not so much of a problem given that given that FSharp.Formatting infers the signature via reflection.
Just want to check whether this is on the roadmap? If so, when will etc be supported?
Thanks!
The text was updated successfully, but these errors were encountered: