help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Trying to go to the definition of a function


From: Javier Garcia
Subject: Trying to go to the definition of a function
Date: Sat, 20 Feb 2010 23:06:22 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0

Hi,

i have just installed emacs.

Now i've just tried to go to the definition of a function through C-x-4 . .

The test code is this:

        $cole = new Doctrine_Collection("Birthday");
        $cole->serialize();


I have no problems to go the declaration of class Doctrine_Collection, but when i try to go to the definition of function serialize() it says "No tags containing $cole->serialize". I have tried also with "$cole->serialize()" but the error is the same ("No tags containing $cole->serialize()").

Here you have the source code of class Doctrine Collection:

http://www.doctrine-project.org/Doctrine_Collection/1_0

Any idea?

Regards

Javi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]