소스 검색

refer to list of assumptions

Eren Yilmaz 6 년 전
부모
커밋
ca411f2803
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}