Re: [Doxygen-develop] RE: PHP and aggregated Objects
Brought to you by:
dimitri
From: Dimitri v. H. <di...@st...> - 2005-10-02 20:41:38
|
On Tue, Sep 27, 2005 at 08:17:50AM +0200, S??nke Ruempler wrote: > Hi, > > Marek Lewczuk <mailto:ma...@le...> wrote on Monday, September 26, 2005 1:51 PM: > > > As you see Doxygen will generate documentation for $someVar, however > > you cannot put "@var" tag. It seems like a bug, because when you put > > "@var $someVar" doxygen looks for TestClass::someVar member. > > > > ML > > Yes, that's my experiences, too. May any developer please check this? You typically should not use @var to try to fool doxygen. In fact you should not use it at all if the comment block is in front of the variable definition. If you still think there is a bug (which is certainly possible for PHP) then please report it using the bug tracker. First describe the bug and then attach a self-contained example so I can reproduce the problem. Regards, Dimitri |