Re: Generating documentation on the structure of a program
- From: Damian <damian@xxxxxxxxxx>
- Date: Sun, 14 Jun 2009 21:50:39 -0700 (PDT)
On Jun 14, 9:09 am, VICTOR <victor.hera...@xxxxxxxxx> wrote:
Hi,
i am facing 20,000 lines of code. I inherited them from a former phd
student who wrote the code but didn't care to show the structure of
what he wrote. Now i have to guess what the dependencies are, i mean,
what the main program is and how the subroutines are connected to each
other.
I wonder if there is a software/technicque that helps me do that in
Fortran. I accept any ideas. I hope you understand my inquiry.
Regards,
Victor
I wonder if Doxygen can help. The Doxygen web page says, "You can
configure doxygen to extract the code structure from undocumented
source files." See http://www.stack.nl/~dimitri/doxygen/.
Damian
.
- Follow-Ups:
- Re: Generating documentation on the structure of a program
- From: nmm1
- Re: Generating documentation on the structure of a program
- From: Arjen Markus
- Re: Generating documentation on the structure of a program
- References:
- Prev by Date: Re: Possible problems in memory allocation
- Next by Date: Re: Generating documentation on the structure of a program
- Previous by thread: Re: Generating documentation on the structure of a program
- Next by thread: Re: Generating documentation on the structure of a program
- Index(es):
Relevant Pages
|