GNOME Bugzilla – Bug 689713
wrong display of tcl function source code using INLINE_SOURCES
Last modified: 2013-01-20 13:35:01 UTC
Created attachment 230790 [details] Source code test file INLINE_SOURCES work correct under 1.8.0 but not under 1.8.2 (probably also not under 1.8.1). Under the later versions the included function source code is not correctly formatted. But the code is correctly formatted in the file code display. There seem to many </div> tags in the generated html file.
Same problem under doxygen 1.8.3. As a test I compiled a version with parameter schowLineNumbers in function TclLanguageScanner::parseCode() set to TRUE and voila, everything was OK. It is used as variable tcl.code_linenumbers in function tcl_codify(). HTH rene
The real problem is that every code line should be preceded with tcl.code->startCodeLine(tcl.code_linenumbers); and end with a call to tcl.code->endCodeLine(); to produce proper output. I'll correct this.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.3.1. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.