···103103104104 options.AddFilters();
105105106106+ // Include XML comments from Iceshrimp.Backend
106107 options.IncludeXmlComments(Assembly.GetExecutingAssembly());
108108+ // Include XML comments from Iceshrimp.Shared
109109+ options.IncludeXmlComments(typeof(AuthResponse).Assembly);
107110 });
108111 }
109112