aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xsrc/LexGen.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/LexGen.py b/src/LexGen.py
index ec772f8c5..22cdaae9c 100755
--- a/src/LexGen.py
+++ b/src/LexGen.py
@@ -220,8 +220,6 @@ def FindPropertyDocumentation(lexFile):
documents[name] += " "
documents[name] += l[2:].strip()
elif l.startswith("\""):
- if documents[name]:
- documents[name] += " "
l = l[1:].strip()
if l.endswith(";"):
l = l[:-1].strip()