Skip to content

Commit

Permalink
- remov dots
Browse files Browse the repository at this point in the history
  • Loading branch information
DisposaBoy committed Jul 10, 2012
1 parent 677ae8a commit d836093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsdoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def run(self, _, mode=''):
for d in docs:
src = d.get('src', '').strip()
if src:
doc = '// %s %s\n// ...\n' % (d.get('kind', ''), d.get('name', ''))
doc = '// %s %s\n//\n' % (d.get('kind', ''), d.get('name', ''))
doc = '%s%s' % (doc, src)

s.append(doc)
Expand Down

0 comments on commit d836093

Please sign in to comment.