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

docs: fixed broken versionadded directives in the reference

parent 552d01c6
No related branches found
No related tags found
No related merge requests found
......@@ -255,7 +255,7 @@ Foreign Declarations
declarators: `declarator`
declarators: `declarators` "," `declarator`
.. versionadded: 2.1
.. versionadded:: 2.1
Foreign declarations are used let the SNL compiler know about the existence
of C variables or C preprocessor macros (without arguments) that have been
......@@ -263,7 +263,7 @@ defined outside the SNL program or in escaped C code. No warning will be
issued if such a variable or macro is used in the program even if warnings
are enabled.
.. versionadded: 2.2
.. versionadded:: 2.2
It is no longer needed to declare struct or union members as foreign
entities, since the parser no longer confuses them with variables. See
......@@ -991,7 +991,7 @@ Unary Prefix Operators
expr: "++" `expr`
expr: "--" `expr`
.. versionadded: 2.2
.. versionadded:: 2.2
Type casts:
......
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