Fix formatting URLs on the documentation failing for types

This commit is contained in:
Lonami Exo 2017-09-23 21:01:06 +02:00
parent d0e66c104a
commit 56302552fb

View File

@ -512,7 +512,7 @@ def generate_documentation(scheme_file):
constructor_names = fmt(constructors, get_class_name)
request_urls = fmt(methods, get_create_path_for)
type_urls = fmt(types, get_create_path_for)
type_urls = fmt(types, get_path_for_type)
constructor_urls = fmt(constructors, get_create_path_for)
replace_dict = {