Skip to content
Snippets Groups Projects
Commit 30cffaa5 authored by benjamin.franksen's avatar benjamin.franksen
Browse files

docs: fixed layout in KnownProblems

parent 86408e42
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,12 @@ Known Problems in Release 2.1.7
* In certain cases the code generated by snc can have a naming
conflict i.e. different functions get the same name. The
following code fragment demonstrates this case:
following code fragment demonstrates this case::
ss x { state y_z { ... } }
ss x_y { state z { ... } }
ss x { state y_z { ... } }
ss x_y { state z { ... } }
This has been fixed in the latest snapshot.
.. _Known_Problems_2.1.6:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment