3 namespace TestNamespace
6 /// <see cref="FunctionWithParameter" />
10 public static void Main () {}
12 /// Function with wrong generated parameter list in XML documentation. There is missing @ after System.Int32
14 public void FunctionWithParameter( ref int number
, out int num2
)