Tcl parsing problem

Roland Vossen <[email protected]> Mon, 28 Apr 2014 08:14:10 +0000
Newsgroups gmane.text.doxygen.devel
Message-ID <B5E9A5641899DE45872B2273EEAD001E31E46E32@SJEXCHMB12.corp.ad.broadcom.com>
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