[Doxygen-users] how to document multi dimensional arrays

2014-03-17 Thread Fabio Mosti
hi everybody, in my application I use a simple array-based config system, something like this: $cf['section1']['param1'] = 'value'; $cf['section1']['param2'] = 'value'; $cf['section2']['param1'] = 'value'; and so on... the problem is that in variable browsing section of the html docs the who

Re: [Doxygen-users] Forward declaration of typedef results in warning

2014-03-17 Thread didje
Hi Albert, The documentation of "NONE" is indeed inside the namespace, so that's strange to have this problem in those circumstances. I tried using the fully qualified names - with namespace - but the problem remained. I solved this problem by renaming the enum "NONE" to something else, however,