소스 검색

STYLE: document that if(COMMAND) works also for macros and functions

Alex
Alexander Neundorf 18 년 전
부모
커밋
52a0538719
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Source/cmIfCommand.h

+ 2 - 1
Source/cmIfCommand.h

@@ -137,7 +137,8 @@ public:
       "  if(variable1 OR variable2)\n"
       "True if either variable would be considered true individually.\n"
       "  if(COMMAND command-name)\n"
-      "True if the given name is a command that can be invoked.\n"
+      "True if the given name is a command, macro or function that can be "
+      "invoked.\n"
       "  if(EXISTS file-name)\n"
       "  if(EXISTS directory-name)\n"
       "True if the named file or directory exists.  "