How to add a line break in C# .NET documentation -


It should be easy waaaay ...

I want to add a "coded" line break XML documentation in code

  /// & lt; Summary & gt; Get a human-readable version of the SQL WHERE statement of the /// Search Element. & Amp; Lt; Br / & amp; Gt; /// Instead of SQL, this method gives a string with a mark-token, which can be used to represent /// in a short picture format. /// & lt; / Summary & gt;   

As you can see, I get some answers that are & lt; And & gt; Bracket Interesting, good 'ol language & lt; Br / & gt; Line breaks do not make a line break in the Intellisense popup.

I find it bother ...

Any suggestions?

a & lt; Para / & gt; Add . This will give you paragraph breaks.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -