diff options
author | Julian Rex <julian.rex@mapbox.com> | 2019-06-27 14:52:11 -0400 |
---|---|---|
committer | Julian Rex <julian.rex@mapbox.com> | 2019-06-27 14:52:11 -0400 |
commit | eaa01a6a813a620f12a28e7e823e851e68e92623 (patch) | |
tree | cd263b9d5815ac4263232c8380d0b2d52924fcb5 | |
parent | 0ca8ea6f169149cd414a65f40d0f7bdd40f3cca3 (diff) | |
download | qtlocation-mapboxgl-upstream/jrex/14941-documentation-warning.tar.gz |
[core] Minor change to silence documentation warning on iOS.upstream/jrex/14941-documentation-warning
-rw-r--r-- | include/mbgl/storage/resource_options.hpp | 4 |
1 files 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 |