Skip to content
Snippets Groups Projects
Commit ab81903d authored by Victor Poughon's avatar Victor Poughon
Browse files

DOC: use double quotes for string parameter examples

parent 7d29ae2a
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@ private:
"apTvUtBandMathOutput.tif"
);
SetDocExampleParameterValue(
"exp", "'cos( im1b1 ) > cos( im2b1 ) ? im3b1 : im3b2'"
"exp", "\"cos( im1b1 ) > cos( im2b1 ) ? im3b1 : im3b2\""
);
SetOfficialDocLink();
......
......@@ -238,7 +238,7 @@ private:
SetDocExampleParameterValue( "out", "apTvUtBandMathOutput.tif");
SetDocExampleParameterValue(
"exp",
"'cos( im1b1 ) + im2b1 * im3b1 - im3b2 + ndvi( im3b3, im3b4 )'"
"\"cos( im1b1 ) + im2b1 * im3b1 - im3b2 + ndvi( im3b3, im3b4 )\""
);
SetOfficialDocLink();
......
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