Skip to content
Snippets Groups Projects
Commit cb4b6f4b authored by Marina Bertolino's avatar Marina Bertolino
Browse files

DOC: change description of parameter name in ComputeOGRLayersFeaturesStatistics

parent e459c96c
No related branches found
No related tags found
No related merge requests found
......@@ -58,13 +58,13 @@ private:
SetDocSeeAlso("OGRLayerClassifier,TrainOGRLayersClassifier");
AddDocTag(Tags::Segmentation);
AddParameter(ParameterType_InputVectorData, "inshp", "Name of the input shapefile");
AddParameter(ParameterType_InputVectorData, "inshp", "Vector Data");
SetParameterDescription("inshp","Name of the input shapefile");
AddParameter(ParameterType_OutputFilename, "outstats", "XML file containing mean and variance of each feature.");
AddParameter(ParameterType_OutputFilename, "outstats", "Output XML file");
SetParameterDescription("outstats", "XML file containing mean and variance of each feature.");
AddParameter(ParameterType_ListView, "feat", "List of features to consider for statistics.");
AddParameter(ParameterType_ListView, "feat", "Feature");
SetParameterDescription("feat","List of features to consider for statistics.");
// Doc example parameter settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment