Skip to content
Snippets Groups Projects
Commit 57ad476c authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

DOC: Indicate that PoilygonClassStatistics out parameter is an xml file in short description

parent 782ae6cb
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ private: ...@@ -102,7 +102,7 @@ private:
AddParameter(ParameterType_InputFilename, "vec", "Input vectors"); AddParameter(ParameterType_InputFilename, "vec", "Input vectors");
SetParameterDescription("vec","Input geometries to analyze"); SetParameterDescription("vec","Input geometries to analyze");
AddParameter(ParameterType_OutputFilename, "out", "Output Statistics"); AddParameter(ParameterType_OutputFilename, "out", "Output XML statistics file");
SetParameterDescription("out","Output file to store statistics (XML format)"); SetParameterDescription("out","Output file to store statistics (XML format)");
AddParameter(ParameterType_ListView, "field", "Field Name"); AddParameter(ParameterType_ListView, "field", "Field Name");
......
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