Skip to content

Commit

Permalink
Re-introduce repetition
Browse files Browse the repository at this point in the history
Addressing feedback from Hans.
  • Loading branch information
henrikt-ma committed Dec 10, 2021
1 parent a383bf7 commit 9422b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/annotations.tex
Expand Up @@ -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:
Expand Down

0 comments on commit 9422b47

Please sign in to comment.