Skip to content

Commit

Permalink
Add missing closing '!' in preferredView specification
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Feb 8, 2022
1 parent b31f4fd commit f6c6f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/annotations.tex
Expand Up @@ -1137,7 +1137,7 @@ \section{Graphical User Interface}\label{annotations-for-the-graphical-user-inte
\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 diagram view, \lstinline!"icon" means icon view, and \lstinline!"text"! means Modelica source code (``text'').
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 f6c6f75

Please sign in to comment.