Skip to content
Snippets Groups Projects
Commit 3d1cea0b authored by David Cole's avatar David Cole Committed by Kitware Robot
Browse files

Merge topic 'doc-if-inside-macro'

674c56c3 if: Document that macro arguments are not variables (#13393)
parents 58f5e77d 674c56c3
No related branches found
No related tags found
No related merge requests found
......@@ -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."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment