MDK-SE
MDK-SE copied to clipboard
Summaries/comments not indented properly on deploy
Result: https://gist.github.com/THDigi/a3eb524e0bd971bd3fddca55cc5e7515/ae0751000a6371ec8df188eda49bb73dfbc3655a#file-simpletimersm_example_mergedforpb-cs-L54
The SimpleTimerSM is defined in a referenced mixin project and also has:
// <mdk sortorder="999" />
at its start.
Your example looks fine, however I am hitting this issue as well. I have several "utility classes" in my project, and when deployed, the XML Documentation tags aren't at the same indent level.
Here's a screenshot in-game after pasting the contents from the deploy notification:

Oh I manually fixed indentation in that gist, I forgot I posted it here =)
You can see the fixes in revisions, it's the same as your screenshot yeah.
Can confirm this is still an issue 2021/09/04 with xmldoc comments
/// <summary>
/// Class containing extension methods for the following classes<br/>
/// <br/>
/// GridTerminalSystem
/// </summary>
public static class Extensions