T O P I C R E V I E W |
jzq740176597 |
Posted - Mar 11 2016 : 10:03:46 PM VA 2086 /vs2010 /win7 64bit /C# file
comment of function definition on other c# source(same project)
the call of the function (But only give me the declare even VA.Reparse many times)
I have check for several setting of va & vs.but can't figure it out,any hint will appreciated.
|
6 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Mar 29 2016 : 2:40:15 PM Overloaded functions, and several different comments to check makes sense here.
In this case, it was probably the IDE not VA identifying the correct overload, but still, impressive, and I am glad this is working well for you, and that fixing the typo fixes the problem for you.
To help get the correct XML tags in the comment blocks you can either type /// before the function to trigger the IDE's comment block, or use Document Method, where you can easily customise the comment block that is inserted:
http://support.wholetomato.com/default.asp?W161 |
jzq740176597 |
Posted - Mar 29 2016 : 12:01:41 AM I have got it! please see the first snap, the Stop() function has 5 overloads.The stop() in 2nd snap is not the right one.(sorry for that)
but this is the one I refer to:
after I fix the typo.every thing is OK! I really shocked by the powerful ability to identify the overload functions of VA .
Great Job! buddy!
Cheers! |
feline |
Posted - Mar 26 2016 : 11:21:09 AM As a test, does placing a dummy function between the two comment blocks above the Stop() function make any difference?
If you add a blank line above the Stop() function and then type /// to trigger a new XML format comment, what is inserted? Do you get English XML tags, or Chinese XML tags?
I am not seeing anything odd in the comment that would explain this error. |
jzq740176597 |
Posted - Mar 25 2016 : 10:10:08 PM Another question I think related.
C# project.
reference.cs
and source.cs
Maybe because the OS is chinese version the tip may not recognized by you english team.(sorry) I Said : "the Begin Tag and end Tag is not match". Is VA Bug? thanks
|
jzq740176597 |
Posted - Mar 25 2016 : 10:04:53 PM sorry for the later reply. And I found the options and enable it now. thanks very much and sorry for the stupid question |
accord |
Posted - Mar 13 2016 : 3:34:19 PM "Is show additional comments when available" enabled for you on the Display section of VA Options dialog?
If it still doesn't work, can you please post a short sample file when you can reproduce the problem? |