Browse Source

begin writing on views

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

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

@@ -122,7 +122,6 @@ All the stages are displayed in class diagram~\ref{fig:animated}.
 
 To be able to undo a step each stage needs to implement methods for both forward and backward steps.
 
-\TODO{check figure height}
 \begin{figure}[tp]
     \centering
     \includegraphics[width=\linewidth, trim={0 9cm 0 0}]{img/Algorithms_Animated.pdf}
@@ -131,4 +130,7 @@ To be able to undo a step each stage needs to implement methods for both forward
 \end{figure}
 
 \section{View}\label{sec:view}
+This section only covers the software architecture regarding the views.
+For an explanation of what is actually displayed, see chapter~\ref{ch:ui}
+
 \TODO{Kolja ausfragen}