jiller / agentsmithplugin

Automatically exported from code.google.com/p/agentsmithplugin
0 stars 0 forks source link

<see cref=' for overloaded methods #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be good to show where <see cref=' points for overloaded methods.

Original issue reported on code.google.com by forever....@gmail.com on 3 Mar 2008 at 2:05

GoogleCodeExporter commented 8 years ago
I there are two overloaded methods and AgentSmith finds their name in Xml 
comment it 
suggests to surround the name with <see cref="SomeMethod">. However in case of 
overloaded methods this is ambiguos and method parameters shall be specified in 
addition to method name

If there are two overloaded methods SomeMethod, Agent smith shall suggest 
something like:
<see cref="SomeMethod(string, string)"/>
<see cref="SomeMethod(string)"/>

public static void SomeMethod(string a, string b)
{}

public static void SomeMethod(string a)
{}

Original comment by forever....@gmail.com on 25 Sep 2008 at 1:10

GoogleCodeExporter commented 8 years ago
I think V1.5 beta 4 will now do this.

Needs more testing.

Original comment by cds...@gmail.com on 15 Jan 2012 at 12:43