Browse Source

refer to list of assumptions

Eren Yilmaz 6 years ago
parent
commit
ca411f2803
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/chapter/2architecture.tex

+ 1 - 1
doc/chapter/2architecture.tex

@@ -58,7 +58,7 @@ The internal representation of graphs is further explained in the section~\ref{s
     Default 40.\\\hline
     dummy & boolean & yes & Iff this is explicitly set to yes, then the node is a dummy node. \\\hline
     layers & < < node > > & yes & The layers of nodes inside this node (Hierarchy). \\\hline
-    edges & < edge > & yes & The edges between nodes whose parent node is this node. \\\hline
+    edges & < edge > & yes & The edges between nodes whose parent node is this node. Also see section~\ref{sec:assumptions}. \\\hline
     \caption[Node Attributes]{Node Attributes. < \emph{element type} > is a list.}
     \label{table:node-attributes}
 \end{longtable}