From 9422b47b4f050cb420b004d4a7aa9e00863e7911 Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Fri, 10 Dec 2021 16:30:02 +0100 Subject: [PATCH] Re-introduce repetition Addressing feedback from Hans. --- chapters/annotations.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/annotations.tex b/chapters/annotations.tex index c38bd98b9..59eac5729 100644 --- a/chapters/annotations.tex +++ b/chapters/annotations.tex @@ -1134,7 +1134,7 @@ \section{Annotations for the Graphical User Interface}\label{annotations-for-the \end{lstlisting} The \fmtannotationindex{preferredView} annotation defines the default view when selecting the class. -The $\mathit{view}$ is a \lstinline!String! literal where \lstinline!"info"! means class documentation (``information''), \lstinline!"diagram"! means class diagram, \lstinline!"icon" means class icon, and \lstinline!"text"! means Modelica source code. +The $\mathit{view}$ is a \lstinline!String! literal where \lstinline!"info"! means class documentation (``information''), \lstinline!"diagram"! means diagram view, \lstinline!"icon" means icon view, and \lstinline!"text"! means Modelica source code (``text''). \begin{lstlisting}[language=grammar] documentation-class-annotation: