From fdc838c6384a7f26c6388c9261c7120ad2035bd2 Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Sun, 6 Oct 2013 13:26:25 +0200 Subject: [PATCH] fix documentation of bExactMatch --- gdal/ogr/ogrsf_frmts/ogrsf_frmts.dox | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gdal/ogr/ogrsf_frmts/ogrsf_frmts.dox b/gdal/ogr/ogrsf_frmts/ogrsf_frmts.dox index 48013833b69b..4f021f6373ed 100644 --- a/gdal/ogr/ogrsf_frmts/ogrsf_frmts.dox +++ b/gdal/ogr/ogrsf_frmts/ogrsf_frmts.dox @@ -2077,9 +2077,9 @@ by the OGRSFDriverManager. The returned number is the index of the field in the layers, or -1 if the field doesn't exist. - If bExact match is set and the field doesn't exists in the given form the - driver might apply some changes to make it match, like those it might do if - the layer was created (eg. like LAUNDER in the OCI driver). + If bExactMatch is set to FALSE and the field doesn't exists in the given form + the driver might apply some changes to make it match, like those it might do + if the layer was created (eg. like LAUNDER in the OCI driver). This method is the same as the C++ method OGRLayer::FindFieldIndex(). @@ -2096,9 +2096,9 @@ by the OGRSFDriverManager. The returned number is the index of the field in the layers, or -1 if the field doesn't exist. - If bExact match is set and the field doesn't exists in the given form the - driver might apply some changes to make it match, like those it might do if - the layer was created (eg. like LAUNDER in the OCI driver). + If bExactMatch is set to FALSE and the field doesn't exists in the given form + the driver might apply some changes to make it match, like those it might do + if the layer was created (eg. like LAUNDER in the OCI driver). This method is the same as the C function OGR_L_FindFieldIndex().