diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2017-03-13 01:08:42 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2017-03-13 12:35:09 -0700 |
commit | e91be23b7f1759ba7da4d649b46475312d8097e8 (patch) | |
tree | ba35de683bc40408215c26f63015407b08dec144 /platform/ios/vendor/Fabric | |
parent | 936cc33d5291a77bc4e0dda9c7956860bef5f872 (diff) | |
download | qtlocation-mapboxgl-e91be23b7f1759ba7da4d649b46475312d8097e8.tar.gz |
[ios, macos] Fixed documentation parameter mismatches
Also enabled compiler warnings about incorrect Doxygen commands.
Diffstat (limited to 'platform/ios/vendor/Fabric')
-rw-r--r-- | platform/ios/vendor/Fabric/Fabric.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/vendor/Fabric/Fabric.h b/platform/ios/vendor/Fabric/Fabric.h index 8673be4827..f0ca18fb16 100644 --- a/platform/ios/vendor/Fabric/Fabric.h +++ b/platform/ios/vendor/Fabric/Fabric.h @@ -27,7 +27,7 @@ NS_ASSUME_NONNULL_BEGIN * * Only the first call to this method is honored. Subsequent calls are no-ops. * - * @param kits An array of kit Class objects + * @param kitClasses An array of kit Class objects * * @return Returns the shared Fabric instance. In most cases this can be ignored. */ |