ASDoc and the "@see" tag

I have a class that has a function with the same name both as a static function as well as a regular function. This works just fine when running the code, and has given me no problems so far.

Now, I want to reference both functions using the “@see” command. How do I differentiate between the two? Which one of the two will it reference by default?

On a related note, if I reference a builtin AS3 class (for instance “flash.display.DisplayObjectContainer”), how will the ASDoc generator know where to link to? Or will it not provide a link?