Skip to content

Commit

Permalink
Replace en-dash by comma before some kind of exception
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jul 14, 2020
1 parent 46cfda5 commit 672bcf9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions chapters/annotations.tex
Expand Up @@ -1590,11 +1590,8 @@ \subsubsection{Conversion rules}\doublelabel{conversion-rules}

\paragraph*{convertElement("OldClass", "OldName", "NewName")}\doublelabel{convertelementoldclassoldnamenewname}

In \lstinline!OldClass! convert element \lstinline!OldName! to \lstinline!NewName!.
Both \lstinline!OldName! and \lstinline!NewName!
normally refer to components -- but they may also refer to
class-parameters, or hierarchical names. For hierarchical names the
longest match is used first.
In \lstinline!OldClass!, convert element \lstinline!OldName! to \lstinline!NewName!. Both \lstinline!OldName! and \lstinline!NewName! normally refer to components, but they may also refer to
class-parameters, or hierarchical names. For hierarchical names, the longest match is used first.

For replaceable classes in packages (and replaceable classes in other classes) \lstinline!convertElement! shall
be used if the class is renamed within the package (or class), whereas \lstinline!convertClass! shall only be used if the class
Expand Down

0 comments on commit 672bcf9

Please sign in to comment.