We Moved - This Forum is now Read-Only

Our new community is now available at https://support.submain.com/community/. We will leave historical discussions here in this forum view-only mode for search purposes, but moving forward, please post your questions in the appropriate category in the new community.

 
  SubMain - CodeIt.Right The First Time!

/Community

Support Community for SubMain Products
 Home Products Services Download Purchase Support
Search
 
Home Forums Blogs Tutorials/CIR Tutorials/GD Downloads
Welcome to SubMain Community Sign in | Join | Help

Incorrect indentation

  •  04-11-2014, 6:05 AM

    Incorrect indentation

    I have a base class with a virtual property which has the following documentation:

    /// <summary>
    /// Returns a flag indicating whether this action
    /// must be invoked on an STA thread.
    /// </summary>
    /// <value>
    /// <see langword="true"/> if this action must be invoked on an STA thread;
    /// otherwise, <see langword="false"/>.
    /// </value>

    When I create a derived class, override the property, and use GhostDoc to insert the documentation, it inserts the following:

    /// <summary>
    /// Returns a flag indicating whether this action
    ///             must be invoked on an STA thread.
    /// </summary>
    /// <value>
    /// <see langword="true" /> if this action must be invoked on an STA thread;
    ///             otherwise, 
    /// <see langword="false" />.
    /// </value>

    Why is GhostDoc changing my comments?

    VS2013 Pro
    GhostDoc 4.9.14093

    Filed under: ,
View Complete Thread
 
     
 
Home |  Products |  Services |  Download |  Purchase |  Support |  Community |  About Us |