Re: Using VS2005/C++, how to create a function call (directed) graph or cross ref. table
- From: "David F" <David-White@xxxxxxxxxxxxx>
- Date: Fri, 22 Jun 2007 02:04:20 GMT
I have no clue about the use of Doxygen except knowing that it is a system
to manage (and generate?) documentation.
Would you please be more specific as to what / where should I look for there?
Thanks,
David
"Ben Voigt [C++ MVP]" <rbv@xxxxxxxxxxxxx> wrote in message
news:B9738B7E-086A-4E87-948A-E956DE4D29AB@xxxxxxxxxxxxxxxx
"David F" <David-White@xxxxxxxxxxxxx> wrote in message
news:k8Zdi.2103$W_6.545@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
This is good for checking few single functions here and there. Isn't it?
If so,
it is not practical for producing a total function calls graph (or cross
ref. table) for
ALL functions in a larger program at once which is what I meant.
I should have emphasize it in the first place.
Doxygen can generate a multi-level call graph... it is designed for ANSI
C++, but I helped the author add some support for C++/CLI.
David
"Alex Blekhman" <xfkt@xxxxxxxxx> wrote in message
news:%23vpzLylsHHA.4324@xxxxxxxxxxxxxxxxxxxxxxx
David F wrote:
It would be nice if the scope is adjustable to a single file or an
entire project and
and filtering should allow to include/exclude class objects' methods,
etc.
Am I missing something understanding that such a fundamental service is
not available in VS2005+SP1?
You can use call browser, which is part of VS2005 IDE. Just
right click on any function and select "Call Browser" item
in context menu.
Alex
.
- Follow-Ups:
- Re: Using VS2005/C++, how to create a function call (directed) graph or cross ref. table
- From: Ben Voigt [C++ MVP]
- Re: Using VS2005/C++, how to create a function call (directed) graph or cross ref. table
- References:
- Using VS2005/C++, how to create a function call (directed) graph or cross ref. table
- From: David F
- Re: Using VS2005/C++, how to create a function call (directed) graph or cross ref. table
- From: Alex Blekhman
- Re: Using VS2005/C++, how to create a function call (directed) graph or cross ref. table
- From: David F
- Re: Using VS2005/C++, how to create a function call (directed) graph or cross ref. table
- From: Ben Voigt [C++ MVP]
- Using VS2005/C++, how to create a function call (directed) graph or cross ref. table
- Prev by Date: Re: Speed in accessing class members
- Next by Date: Re: How to replace a substring in TCHAR[] or tstring?
- Previous by thread: Re: Using VS2005/C++, how to create a function call (directed) graph or cross ref. table
- Next by thread: Re: Using VS2005/C++, how to create a function call (directed) graph or cross ref. table
- Index(es):
Relevant Pages
|