MDK-SE icon indicating copy to clipboard operation
MDK-SE copied to clipboard

Summaries/comments not indented properly on deploy

Open THDigi opened this issue 5 years ago • 5 comments

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.

THDigi avatar Apr 18 '20 20:04 THDigi

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: image

Gwindalmir avatar Aug 19 '20 00:08 Gwindalmir

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.

THDigi avatar Dec 05 '20 03:12 THDigi

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

tgkgate avatar Sep 04 '21 06:09 tgkgate