Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Eugene Pasynkov 
Subsystem
Code Analysis 
Affected versions
Fixed in
Fixed in build
Next build 
Build
326
Fixed in build
500
  • Submitted by   Erwin Derksen
    3 years ago (13 Dec 2006 18:50)
  • Updated by Erwin Derksen
    2 years ago (20 Jun 2007 20:41)
  • Jira: RSRP-33377
    (history, comments)

RSRP-33377

CS1570 presented as 'not documented' warning

0
I have some badly formed XML documentation, as it contains the < sign (intended as the mathematical comparison). See code

/// <summary>
/// ... IP_LIJFSIE < 6.000
/// </summary>
public class BR20028 : BusinessRule
{
...
}


Result:
  • C# compiler gives warning CS1570: XML comment on '...' has badly formed XML -- 'Whitespace is not allowed at this location.'
  • R# warns me on the class name with a "Class '...' is not documented' warning

Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments