Hi.
There is a problem with the formatter of DocInsight in the IDE. See the following screenshots:
Here the CodeExample:
type
/// <summary>
/// Testdoku. This Docu shows the Problem formating it in Delphi
/// </summary>
TTestType = (
/// <summary>
/// Keine Meldung
/// </summary>
mttNotUsed,
/// <summary>
/// mttTyp01
/// </summary>
mttTyp01,
/// <summary>
/// mttTyp02
/// </summary>
mttTyp02,
/// <summary>
/// If I write a long documentation about Typ11, the Formater becomes problems
/// </summary>
mttTyp11);