Fix missing IOU documentation

Fix #143
This commit is contained in:
Julien Duponchelle
2015-04-07 16:09:27 +02:00
parent db6db31b60
commit 3b4a060ae9
101 changed files with 657 additions and 221 deletions

View File

@ -37,6 +37,7 @@ class Documentation(object):
def write(self):
for handler_name in sorted(self._documentation):
print("Build {}".format(handler_name))
for path in sorted(self._documentation[handler_name]):