-
Notifications
You must be signed in to change notification settings - Fork 158
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
How can we access the Raw doc comments? #710
Comments
Another thing that I find strange is that I have provided the I used |
One way to solve this problem, is to locate the generated XML files and parse to find the information in it. |
@MangelMaxime It seems we can provide the |
.Xml now available as an XElement, I trust it's enough. |
The
ApiDocComment
has a property RawData but this property is returning an already processed XML content.For me, the returned information is not really usable for 2 reasons:
example
content has been removedpara-0
,para-1
,para-2
. I have no way of knowing where they where inside the XMLgives:
I also tried to use the Symbol property from
ApiDocEntity
but when callingGetXmlText()
orUnprocessedLines
it returns nothing.This gives:
for this F# code:
The text was updated successfully, but these errors were encountered: