Showing variables that are not variables

InluxBDX <[email protected]> Fri, 23 Nov 2018 06:16:57 -0700 (MST)
Newsgroups gmane.text.doxygen.general
Message-ID <[email protected]>

After running doxygen, a php file with this line of code is shown as a
variable in the documentation.

if($_SESSION['autenticado'] !='validado') {
    header("location: index.php");
    exit;
 }

And the very funny thing, is that the true variable $ menu, in the next line
is set in the same line of the code before.

This is how the documentation is shown.

Variables:

if($_SESSION['autenticado']!='validado')    $menu = new Menu()

Is there any chance to fix this?This has happened in others context too, I
suppose the same problem happening.

I'm using the last version 1.8.15, but the problem also has occurred in
version 1.8.11




--
Sent from: http://doxygen.10944.n7.nabble.com/Doxygen-Users-f3.html