RestCode / WebApiProxy

MIT License
199 stars 91 forks source link

Generated doc comments not properly commenting new lines #50

Closed onionhammer closed 8 years ago

onionhammer commented 9 years ago

The second line in the summary comment is not commented, thus creating a compile-time error.

    /// <summary>
    /// Adds the input user to the specified account, creating the
        user if it does not already exist.
    /// </summary>
    /// <param name="toAccount">The account to add the user to</param>
    /// <returns></returns>
BruceRicker commented 9 years ago

Regarding Multiline comments. Two small fixes are missing from ..\WebApiProxy\WebApiProxy.Tasks\Templates\CSharpProxyTemplate.tt Line 259 and line 271 need to use the ToSumary method as well: /// <#= method.Description.ToSummary() #>

image

faniereynders commented 9 years ago

@BruceRicker please submit a PR

faniereynders commented 8 years ago

@onionhammer has this been resolved?

onionhammer commented 8 years ago

I believe it was in my PR, but I will retest (and close if so)

onionhammer commented 8 years ago

Yes, it's at least fixed in the dev branch

https://github.com/faniereynders/WebApiProxy/commit/9999c0e694a5f6b8eae3dac3bfbda08d430275ae