devlooped/NuDoq

Value content for See and SeeAlso tags

Closed this issue · 2 comments

Hello there,

First and foremost, thanks for creating such a useful project. I am having some trouble trying to extract the text content from and tags when they contain inner text, such as

<see cref="System.Double">My own custom text here</see>.

I am not sure if this is indeed the case, but as far as I could tell, the text between the tags was not being passed on to the Visitor class. As such, I circumvented this issue by expanding NuDoq's See and SeeAlso classes to also hold a "Content" property with the respective text.

If this was indeed necessary, please let me know so I can submit a pull request with the changes.

Best regards,
Cesar

kzu commented

Mmm, could it be that the reference docs about those elements is outdated
and doesn't show that you can have text inside?

Sounds useful though!

/kzu from mobile
On Oct 20, 2014 5:57 PM, "César Souza" notifications@github.com wrote:

Hello there,

First and foremost, thanks for creating such a useful project. I am having
some trouble trying to extract the text content from and tags when they
contain inner text, such as

My own custom text here.

I am not sure if this is indeed the case, but as far as I could tell, the
text between the tags was not being passed on to the Visitor class. As
such, I circumvented this issue by expanding NuDoq's See and SeeAlso
classes to also hold a "Content" property with the respective text.

If this was indeed necessary, please let me know so I can submit a pull
request with the changes.

Best regards,
Cesar

Reply to this email directly or view it on GitHub
#11.

kzu commented

Fixed in #12