Skip to content

Commit

Permalink
Merge pull request #298 from eric-wieser/fix-ci
Browse files Browse the repository at this point in the history
Fix flake8 warnings (E305)
  • Loading branch information
vitaut committed Jan 2, 2017
2 parents e288b82 + dcd61de commit c3c0abe
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 0 deletions.
1 change: 1 addition & 0 deletions breathe/apidoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def main():
for key, value in TYPEDICT.items():
create_modules_toc_file(key, value, args)


# So program can be started with "python -m breathe.apidoc ..."
if __name__ == "__main__":
main()
Loading

0 comments on commit c3c0abe

Please sign in to comment.