Hello Albert,

When parsing a certain Tcl file, I noted that the majority of Tcl procs did not 
show up in Doxygens html output. I did some experiments and could drill it down 
to the following:

<some_file.tcl>
proc foo {} {
#       if { ($classifier_state == {{bphy} } ) } { OK
        if { ($classifier_state == {{bphy} }) } { ;# NOK
                puts "this proc is always shown in html output"
        }
}

proc bar {} {
        puts "this proc is not shown in html output in NOK case"
}

Note the subtle difference between the two 'if' statements: there is an extra 
space character between a '}' and the ')'.

Is this something you can look at ?

Thanks, Roland.



------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Doxygen-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-develop

Reply via email to