# HG changeset patch # User samer # Date 1395591159 0 # Node ID 2fa75f473a410c1222ec306bf267a78fe9bca172 # Parent b12b733d1dd0a8db45af4c426dd86e3e8218ae55 Minor fixes to documentation. diff -r b12b733d1dd0 -r 2fa75f473a41 README --- a/README Sun Mar 23 16:05:36 2014 +0000 +++ b/README Sun Mar 23 16:12:39 2014 +0000 @@ -1,11 +1,9 @@ ----+ callgraph - This package provides library(callgraph), a tool for compiling a graph of calls between predicates in a module. ---++++ Prerequisites The graph layout programs from the GraphViz library (http://graphviz.org/) are -used to render the end result. Whilst you can produce a dot file with them, +used to render the end result. Whilst you can produce a dot file without them, you will need them for the final rendering. On Mac OS X with MacPorts installed, do this at the bash prompt. == diff -r b12b733d1dd0 -r 2fa75f473a41 prolog/library/dot.pl --- a/prolog/library/dot.pl Sun Mar 23 16:05:36 2014 +0000 +++ b/prolog/library/dot.pl Sun Mar 23 16:12:39 2014 +0000 @@ -5,7 +5,7 @@ /** Graphviz language - Produces .dot language graphs from relational and functional schemata. + Produces .dot language graphs from relational and functional schemata. Graph strucure is as follows: == @@ -22,13 +22,13 @@ option ---> opt_name=opt_value. opt_name == atom opt_value == phrase - == + == Graph, node and edge labels can be terms and are written using write/1 for writing in the dot file. --- - Samer Abdallah - Centre for Digital Music, Queen Mary, University of London, 2007 + Samer Abdallah + Centre for Digital Music, Queen Mary, University of London, 2007 Department of Computer Science, UCL, 2014 */ diff -r b12b733d1dd0 -r 2fa75f473a41 release/callgraph-0.2.tgz Binary file release/callgraph-0.2.tgz has changed