!ifndef and !endif docs replaced

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2001 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-12-26 14:37:30 +00:00
parent 291467fe75
commit abf2302e62

View file

@ -18,7 +18,7 @@ This command, when paired with an !endif command, will tell the compiler whether
\e{!ifndef gflag [bcheck [gflag [...]]]}
This command closes a block started with !ifdef or !ifndef.
This command is the logical lovemonkey to !ifdef and !endif. !ifdef/!else/!endif, !ifdef/!else ifdef/!endif, !ifdef/!else ifdef/!else ifndef/!endif, etc. If ifdef or ifndef is specified as the first parameter, it behaves as expected.
\e{!else [ifdef|ifndef [...]]}
@ -26,7 +26,7 @@ This command is the opposite of !ifdef (If 'gflag' is not globally defined, the
\e{!endif}
This command is the logical lovemonkey to !ifdef and !endif. !ifdef/!else/!endif, !ifdef/!else ifdef/!endif, !ifdef/!else ifdef/!else ifndef/!endif, etc. If ifdef or ifndef is specified as the first parameter, it behaves as expected.
This command closes a block started with !ifdef or !ifndef.
\e{!insertmacro macro_name [parameter] [...]}