Updated docs
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1739 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
277f4d1617
commit
584d3d2524
29 changed files with 228 additions and 222 deletions
|
@ -3,8 +3,8 @@
|
|||
\H{getparent} Get parent directory
|
||||
|
||||
\c ; GetParent
|
||||
\c ; input, top of stack (i.e. C:\Program Files\Poop)
|
||||
\c ; output, top of stack (replaces, with i.e. C:\Program Files)
|
||||
\c ; input, top of stack (e.g. C:\Program Files\Poop)
|
||||
\c ; output, top of stack (replaces, with e.g. C:\Program Files)
|
||||
\c ; modifies no other variables.
|
||||
\c ;
|
||||
\c ; Usage:
|
||||
|
@ -34,8 +34,8 @@
|
|||
\H{trimnewlines} Trim newlines
|
||||
|
||||
\c ; TrimNewlines
|
||||
\c ; input, top of stack (i.e. whatever$\r$\n)
|
||||
\c ; output, top of stack (replaces, with i.e. whatever)
|
||||
\c ; input, top of stack (e.g. whatever$\r$\n)
|
||||
\c ; output, top of stack (replaces, with e.g. whatever)
|
||||
\c ; modifies no other variables.
|
||||
\c
|
||||
\c Function TrimNewlines
|
||||
|
@ -60,7 +60,7 @@
|
|||
|
||||
\c ; GetParameters
|
||||
\c ; input, none
|
||||
\c ; output, top of stack (replaces, with i.e. whatever)
|
||||
\c ; output, top of stack (replaces, with e.g. whatever)
|
||||
\c ; modifies no other variables.
|
||||
\c
|
||||
\c Function GetParameters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue