diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-17 15:36:55 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-17 15:36:55 (GMT) |
commit | 71934cedbdb9a850c86ad6eede4227c364ec744f (patch) | |
tree | 734403dba16419bcc454668da850251a00bd6768 /Source/cmSetSourceFilesPropertiesCommand.h | |
parent | 5385811e6057f20ac6c8ef119cb26874e1d95914 (diff) | |
download | CMake-71934cedbdb9a850c86ad6eede4227c364ec744f.zip CMake-71934cedbdb9a850c86ad6eede4227c364ec744f.tar.gz CMake-71934cedbdb9a850c86ad6eede4227c364ec744f.tar.bz2 |
STYLE: fix docs
Diffstat (limited to 'Source/cmSetSourceFilesPropertiesCommand.h')
-rw-r--r-- | Source/cmSetSourceFilesPropertiesCommand.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Source/cmSetSourceFilesPropertiesCommand.h b/Source/cmSetSourceFilesPropertiesCommand.h index 7641d22..99c032c 100644 --- a/Source/cmSetSourceFilesPropertiesCommand.h +++ b/Source/cmSetSourceFilesPropertiesCommand.h @@ -60,11 +60,9 @@ public: "to change, and then provide the values you want to set next. You " "can make up your own properties as well. " "The following are used by CMake. " - "The ABSTRACT flag (boolean) appears to have some effect on the VTK " - "wrapper commands. " - "If WRAP_EXCLUDE (boolean) is true then the wrapping commands " - "(FLTKWrapUI, QTWrapCC, QTWrapUI, VTKMakeInstantiator, VTKWrapJava, " - "VTKWrapPython, and VTKWrapTcl) will ignore this file. " + "The ABSTRACT flag (boolean) is used by some class wrapping commands. " + "If WRAP_EXCLUDE (boolean) is true then many wrapping commands " + "will ignore this file. " "If GENERATED (boolean) is true then it is not an error if this " "source file does not exist when it is added to a target. Obviously, " "it must be created (presumably by a custom command) before the " |