Skip to content

Commit

Permalink
Overview documentation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1275 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
levsa committed Sep 28, 2004
1 parent 45aa9d8 commit f806123
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions modeq/graphviz.rml
Expand Up @@ -20,18 +20,18 @@
*)

(**
** file: dump.rml
** module: Dump
** description: debug printing
** file: graphviz.rml
** module: Graphviz
** description: Graphviz is a tool for drawing graphs from a textual
** representation. This module generates the textual input to graphviz from a
** tree defined using the data structures defined here, e.g. Node for tree *)
** nodes. See http://www.research.att.com/sw/tools/graphviz/ .
**
** RCS: $Id$
** Input: The tree constructed from data structures in Graphviz
** Output: Textual input to graphviz, written to stdout.
**
** Printing routines for debugging of the AST. These relations do
** nothing but print the data structures to the standard output.
** RCS: $Id$
**
** The implementation of the relations are excluded from the report,
** as they occupy a lot of space and do not convey any useful
** semantic information.
**)


Expand Down

0 comments on commit f806123

Please sign in to comment.