Re: [Doxygen-develop] Support for PHP namespaces
Brought to you by:
dimitri
From: Karsten D. <ka...@ty...> - 2008-09-17 01:23:20
|
Hi Dimitri, thanks for the quick response! On 16.09.2008, at 20:36, Dimitri Van Heesch wrote: > I suggest to file a bug report with severity set to enhancement > about this feature request and > include some (references to) examples of typically usages (and/or a > link to a formal grammar). I'll do so. > From what I seen so far, it should basically be enough if doxygen > treats > "namespace X::Y::Z;", as if "namespace X { namespace Y { namespace Z > {" had been written in C#/C++ (where the > closing }'s are all at the end of the file. Is this correct? That should be ok, yes. It might be that the PHP core developers change namespace handling slightly to make it block-level, so that we could have "namespace X::Y::Z { ... }" and a possible nesting. That would be a "mixture of both worlds" so to speak. Regards, Karsten -- Karsten Dambekalns Gimme Five! http://typo3.org/gimmefive |