XIDE and /doc
Posted: Sat Nov 11, 2017 10:24 am
Hi Chris,
since X# supports /doc it's crying for the code documentation comments (CDC) (XS1591). Of course I have many but now it's time to have support for them in XIDE too.
CDC's have to be just before the entity, for example:
After collapsing the comments are still visible. Since these comments can be longer then the entity itself they should belong to the entity and then collapse with them.
Thanks in advance
Frank
since X# supports /doc it's crying for the code documentation comments (CDC) (XS1591). Of course I have many but now it's time to have support for them in XIDE too.
CDC's have to be just before the entity, for example:
Code: Select all
/// <summary>
/// FMString does ...
/// </summary>
/// <example>
/// </example>
PARTIAL STATIC CLASS FMString
Thanks in advance
Frank