Skip to content

Commit

Permalink
documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Mar 21, 2018
1 parent a4412d0 commit d32b22a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion geopackage-ios/extension/scale/GPKGTileScalingTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ extern NSString * const GPKG_TSC_CLOSEST_OUT_IN_NAME;
/**
* Get the name of the tile scaling type
*
* @param griddedCoverageEncodingType tile scaling type
* @param tileScalingType tile scaling type
*
* @return tile scaling type name
*/
Expand Down
3 changes: 0 additions & 3 deletions geopackage-ios/extension/scale/GPKGTileTableScaling.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ extern NSString * const GPKG_PROP_EXTENSION_TILE_SCALING_DEFINITION;
*
* @param tileScaling
* tile scaling
* @return true upon success
*/
-(void) create: (GPKGTileScaling *) tileScaling;

Expand All @@ -119,7 +118,6 @@ extern NSString * const GPKG_PROP_EXTENSION_TILE_SCALING_DEFINITION;
*
* @param tileScaling
* tile scaling
* @return true upon success
*/
-(void) update: (GPKGTileScaling *) tileScaling;

Expand All @@ -128,7 +126,6 @@ extern NSString * const GPKG_PROP_EXTENSION_TILE_SCALING_DEFINITION;
*
* @param tileScaling
* tile scaling
* @return true upon success
*/
-(void) createOrUpdate: (GPKGTileScaling *) tileScaling;

Expand Down

0 comments on commit d32b22a

Please sign in to comment.