summaryrefslogtreecommitdiff
path: root/Source/cmDefinePropertyCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-06-15 16:12:27 -0400
committerBrad King <brad.king@kitware.com>2009-06-15 16:12:27 -0400
commit8fcde75e8879f0b793137d505d87f04d3d6e1f78 (patch)
tree2c9fafcbcbdfc851c7ac331eced8346670a19367 /Source/cmDefinePropertyCommand.h
parent0e85c8b6a17db11ebe5296daa87d0feb4a8e9f0b (diff)
downloadcmake-8fcde75e8879f0b793137d505d87f04d3d6e1f78.tar.gz
ENH: Simplify docs args for define_property
This teaches the define_property command signature to accept multiple arguments after the BRIEF_DOCS and FULL_DOCS keywords. We append the arguments together, making specification of long documentation easier.
Diffstat (limited to 'Source/cmDefinePropertyCommand.h')
-rw-r--r--Source/cmDefinePropertyCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmDefinePropertyCommand.h b/Source/cmDefinePropertyCommand.h
index 36c6913617..c63c3101d9 100644
--- a/Source/cmDefinePropertyCommand.h
+++ b/Source/cmDefinePropertyCommand.h
@@ -56,8 +56,8 @@ public:
" define_property(<GLOBAL | DIRECTORY | TARGET | SOURCE |\n"
" TEST | VARIABLE | CACHED_VARIABLE>\n"
" PROPERTY <name> [INHERITED]\n"
- " BRIEF_DOCS <brief-doc>\n"
- " FULL_DOCS <full-doc>)\n"
+ " BRIEF_DOCS <brief-doc> [docs...]\n"
+ " FULL_DOCS <full-doc> [docs...])\n"
"Define one property in a scope for use with the "
"set_property and get_property commands. "
"This is primarily useful to associate documentation with property "