changeset 1:2fa75f473a41

Minor fixes to documentation.
author samer
date Sun, 23 Mar 2014 16:12:39 +0000
parents b12b733d1dd0
children 95ffac028d98
files README prolog/library/dot.pl release/callgraph-0.2.tgz
diffstat 3 files changed, 5 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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.
 ==
--- 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 @@
 
 /** <module> 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
  */
 
Binary file release/callgraph-0.2.tgz has changed