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
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,