C# Style XML Comments in Delphi 2010
        Posted  
        
            by Stefan Schultze
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Stefan Schultze
        
        
        
        Published on 2010-03-09T10:49:16Z
        Indexed on 
            2010/03/09
            10:51 UTC
        
        
        Read the original article
        Hit count: 732
        
Hi, does Delphi 2010 have C# Style XML comments that show up when hovering over the method call?
/// <summary>
/// My comment here
/// </summary>
© Stack Overflow or respective owner