mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-18 07:18:18 +00:00
@ -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]):
|
||||
|
||||
|
Reference in New Issue
Block a user