Pārlūkot izejas kodu

Merge topic 'doc-if-inside-macro'

674c56c if: Document that macro arguments are not variables (#13393)
David Cole 13 gadi atpakaļ
vecāks
revīzija
3d1cea0b0d
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      Source/cmIfCommand.h

+ 1 - 0
Source/cmIfCommand.h

@@ -123,6 +123,7 @@ public:
       "  if(<variable>)\n"
       "True if the variable is defined to a value that is not a false "
       "constant.  False otherwise.  "
+      "(Note macro arguments are not variables.)"
       "\n"
       "  if(NOT <expression>)\n"
       "True if the expression is not true."