Would it be possible to port all existing comments to/as XML documentation comments, so that they are available in IntelliSense and API docs? ```csharp /// <summary> /// Some comments /// </summary> ```