You searched for the word(s):
< 1 second(s)
-
Hi,
thank you for the answer.
I have tried it again with a blank project including 2 Files:
TestBase.csusing System;
namespace MyApp.Models {
public class TestBase {
}
}
And TestIt.csusing System;
...
-
Hi,
when I use "document this file" on GD pro it creates something like this.
/// <summary>
/// Test class
/// </summary>
/// at3275 at 15.09.2017
/// <seealso cref="MyNS.Helpers.INPBase" />
public class Test : INPBase {
This is fine so far. But if I call it again I get
/// ...