Include '..' lines in changelogs

Not all lines starting with '..' are comments, and even if they are comments,
they might as well go into the generated spec ReST.
pull/977/head
Richard van der Hoff 8 years ago
parent 86a81b0450
commit 8f4d7c95df

@ -710,8 +710,6 @@ class MatrixUnits(Units):
lines = f.readlines()
prev_line = None
for line in lines:
if line.strip().startswith(".. "):
continue # comment
if prev_line is None:
prev_line = line
continue

Loading…
Cancel
Save