Fix lone period bug in docs parser.

This commit is contained in:
Revar Desmera 2020-05-25 15:34:15 -07:00
parent 6168c8bb6b
commit 02789c91d9
2 changed files with 3 additions and 3 deletions

View file

@ -82,8 +82,8 @@ def get_comment_block(lines, prefix, blanks=1):
break
else:
blankcnt = 0
if line == ".":
line == ""
if line.rstrip() == '.':
line = "\n"
out.append(line.rstrip())
return (lines, out)

View file

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,325];
BOSL_VERSION = [2,0,326];
// Section: BOSL Library Version Functions