RE: [Doxygen-develop] RE: PHP and aggregated Objects
Brought to you by:
dimitri
From: <rue...@to...> - 2005-09-26 10:48:08
|
Hi Jens, Jens Miltner <mailto:ju...@ma...> wrote on Monday, September 26, 2005 11:53 AM: > Hmmh, never tried with any php sources. However, I found that I have > to move the description of the member variable into a separate line > in order to get it into the documentation: > > class Test > { > public: > /*! > * @var const foo* bar > * \brief a member variable > */ > int bar; > }; > > (Note that the type difference between the actual declaration > and the > documentation is deliberately in this case, because I wanted > to check > that the documented type is actually used). > Maybe using a similar approach may work with php sources? > > HTH, > </jum> Thx for your answer. I tried several methods inspired from your example, but doxygen ignores everything except writing the type between visibilty and the variable name. And that's no valid PHP syntax :-/ Best regrards. |