Ticket #959 (new todo)
Auto-generate #include dependency graphs in docs/ at build.
Reported by: | jrtayloriv | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | docs | Version: | 1.5.0 |
Severity: | low | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: | all |
Description
I think it would be very helpful to have a script to automatically generate #include dependency graphs for parrot at build. This would be very helpful for new developers for getting an idea of how everything fits together.
One way this might be implemented would be to check to see if graphviz is installed during configure, and then if so, generating the graphs during make once everything has been generated by the build tools. If graphviz is not available, a simple indented text file would be nice.
Any reasons why this is unnecessary or impossible?
Change History
Note: See
TracTickets for help on using
tickets.