From eaa01a6a813a620f12a28e7e823e851e68e92623 Mon Sep 17 00:00:00 2001 From: Julian Rex Date: Thu, 27 Jun 2019 14:52:11 -0400 Subject: [core] Minor change to silence documentation warning on iOS. --- include/mbgl/storage/resource_options.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mbgl/storage/resource_options.hpp b/include/mbgl/storage/resource_options.hpp index 53350f55c2..00dc6e10df 100644 --- a/include/mbgl/storage/resource_options.hpp +++ b/include/mbgl/storage/resource_options.hpp @@ -106,10 +106,10 @@ public: /** * @brief Gets the previously set (or default) support for cache-only requests. * - * @param Whether or not cache-only requests are supported. + * @param cacheOnly Whether or not cache-only requests are supported. * @return reference to ResourceOptions for chaining options together. */ - ResourceOptions& withCacheOnlyRequestsSupport(bool); + ResourceOptions& withCacheOnlyRequestsSupport(bool cacheOnly); /** * @brief Sets the platform context. A platform context is usually an object -- cgit v1.2.1