[Doxygen-develop] tcl and INLINE_SOURCES oddities
Brought to you by:
dimitri
From: Rene Z. <r.z...@fr...> - 2012-11-04 21:05:42
|
Hi Dimitri, recently I had a tcl user with problems using INLINE_SOURCES and call graphs. 1. Setting CALL_GRAPH and HAVE_DOT but not INLINE_SOURCES does not give call graphs in the generated output. Call graphs are only generated after setting INLINE_SOURCES. Is this intended/documented behaviour? 2. 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 where no changes in the tclscanner.l file from my side. You have added the parseCode() interface the following definition: Definition *searchCtx Could you give me some more information in this issue? Should I add a bug ttracker entry? Here is the text script (file t.tcl): ## @file t.tcl proc foo {} { return } proc bar {} { foo foo foo return } Thank you rene |