From a43e878c2e26d0e8e8db6c7e6dd84baf19ef2019 Mon Sep 17 00:00:00 2001
From: "benjamin.franksen" <benjamin.franksen@helmholtz-berlin.de>
Date: Mon, 7 Oct 2013 14:59:53 +0000
Subject: [PATCH] docs: fixed broken versionadded directives in the reference

---
 documentation/Reference.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/documentation/Reference.txt b/documentation/Reference.txt
index f56d6932..917ac1ed 100644
--- a/documentation/Reference.txt
+++ b/documentation/Reference.txt
@@ -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:
 
-- 
GitLab