summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-09-04 09:16:17 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-09-04 09:16:26 -0700
commit163022f9a3171ab284595f5dd6d85afd93776e6e (patch)
tree804713a72f442b23a502e6c3a4bc23ca5375d2e2 /include
parentcb730d3973431909d349b02c829e54e031ea6571 (diff)
downloadqtlocation-mapboxgl-163022f9a3171ab284595f5dd6d85afd93776e6e.tar.gz
fix missing docs parameter
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/ios/MGLMapView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/ios/MGLMapView.h b/include/mbgl/ios/MGLMapView.h
index 5f839b08cd..ba332d9845 100644
--- a/include/mbgl/ios/MGLMapView.h
+++ b/include/mbgl/ios/MGLMapView.h
@@ -341,7 +341,7 @@ IB_DESIGNABLE
/** Removes a single overlay object from the map.
*
* If the specified overlay is not currently associated with the map view, this method does nothing.
-* @param The overlay object to remove. */
+* @param overlay The overlay object to remove. */
- (void)removeOverlay:(id <MGLOverlay>)overlay;
/** Removes one or more overlay objects from the map.