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
------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
Doxygen-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/doxygen-develop

Reply via email to