Skip to content

Commit

Permalink
Address comment regarding "extends-clause" and "short-class-definition"
Browse files Browse the repository at this point in the history
Addressed comment (by Hans):
- #2916 (comment)
  • Loading branch information
henrikt-ma committed Apr 12, 2021
1 parent 2e2899c commit c5e5310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ \subsection{Component Instance}\label{component-instance}

\subsection{Extends clause}\label{extends-clause}

Each extends-clause (and short class definition, as stated in \cref{annotations-for-graphical-objects}) may have layer specific annotations which describe the rendering of the base class' icon and diagram layers in the derived class.
Each \lstinline[language=grammar]!extends-clause! (and \lstinline[language=grammar]!short-class-definition!, as stated in \cref{annotations-for-graphical-objects}) may have layer specific annotations which describe the rendering of the base class' icon and diagram layers in the derived class.

\begin{lstlisting}[language=modelica]
record IconMap
Expand Down

0 comments on commit c5e5310

Please sign in to comment.