Posted 7 months ago
by Marc Beeson
-
Precision Mining
Version: 23.1.3
Platform: .NET 4.7
Environment: Windows 10 (64-bit)
If I have some xmldoc such as
/// <summary>
/// <para>Returns true if something matches.</para>
/// <para>Blah blah blah</para>
/// </summary>
or
/// <summary>
/// Returns true if something matches.<br/>
/// Blah blah blah
/// </summary>
it does not seem to be honoured in the actipro syntaxeditor parameter info provider. All the summary text is shown as a single line.
In Visual Studio (2022), if using the <para> tag, it inserts a blank line then addtional text. If <br/> is used, the next lot of text starts on the next line.