Skip to content

Commit

Permalink
AddCrossReference
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Dec 17, 2021
1 parent d6246b2 commit fbed340
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chapters/syntax.tex
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ \section{Lexical conventions}\label{lexical-conventions}
Modelica uses the same comment syntax as C++ and Java (i.e., \lstinline!//! signals the start of a line comment and \lstinline!/* $\ldots$ */! is a multi-line comment); comments may contain any Unicode character.
Modelica also has structured comments in the form of annotations and string comments.
\item
All Strings may contain any member of the Unicode characters; they are coded as UTF-8 in Modelica files in the file-system.
All Strings may contain any member of the Unicode character set.
\begin{nonnormative}
Strings are coded as UTF-8 in Modelica files in the file-system, \cref{mapping-package-class-structures-to-a-hierarchical-file-system}.
Within a \lstinline[language=grammar]!description-string! the tags \lstinline!<HTML>! and \lstinline!</HTML>! or \lstinline!<html>! and \lstinline!</html>! define optionally begin and end of content that is HTML encoded.
\end{nonnormative}
\item
Expand Down

0 comments on commit fbed340

Please sign in to comment.