xml comment problem, fix request

Posts   
 
    
GabeNodland avatar
Posts: 65
Joined: 31-Dec-2004
# Posted on: 24-Jan-2006 21:25:02   

Hi,

the long: I am trying to generate a help document using the VB Commenter Power Toy and Ndoc, the xml file that gets generated from the llbl code outputs this line in several places.

...If the current value Is NULL, use <see cref="TestCurrentFieldValueForNull"> For that.</summary></summary>

The problem is that the see tag is not closed properly and there is an extra summary close, so my doc is not generated correctly. I have fixed my template file and after doing so, the help output looks great.

the short there is a typeo in vb.net/entityAdapter.template

change this:

<see cref="TestCurrentFieldValueForNull"> For that.</summary></summary>

to this:

<see cref="TestCurrentFieldValueForNull"/> For that.<summary>

Thanks,

Gabe Nodland

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 25-Jan-2006 08:32:28   

Will fix it.

Fixed in next build.

Frans Bouma | Lead developer LLBLGen Pro