Skip to content

Commit

Permalink
There should not be any brackets around the DestDir value (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinprikryl committed Nov 12, 2020
1 parent e9d1984 commit 9f8f9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/ISPP/Help/ispp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
<section title="Examples">
<pre>
<line>[Files]</line>
<line>#emit 'Source: "file1.ext"; DestDir: &ob;' + MyDestDir + '&cb;'</line>
<line>#emit 'Source: "file1.ext"; DestDir: ' + MyDestDir</line>
<line>Source: "file2.ext"; DestDir: &ob;#MyDestDir&cb;</line>
<line>#emit GenerateVisualCppFilesEntries ; user defined function</line>
<line></line>
Expand Down

0 comments on commit 9f8f9ac

Please sign in to comment.