diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-07-11 19:53:58 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-07-11 19:53:58 (GMT) |
commit | 9f16292b6a3a5959b2e7ddb11e54029b02701965 (patch) | |
tree | 7603d0c38da2df2465986f66c9bbf4971a7e4aa2 /Source/cmPropertyDefinition.h | |
parent | ab10b43ec5405452e149c70c1685066f205941e8 (diff) | |
download | CMake-9f16292b6a3a5959b2e7ddb11e54029b02701965.zip CMake-9f16292b6a3a5959b2e7ddb11e54029b02701965.tar.gz CMake-9f16292b6a3a5959b2e7ddb11e54029b02701965.tar.bz2 |
STYLE: sort the property documentation into
global/directory/target/test/sourcefile and variable sections
Alex
Diffstat (limited to 'Source/cmPropertyDefinition.h')
-rw-r--r-- | Source/cmPropertyDefinition.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmPropertyDefinition.h b/Source/cmPropertyDefinition.h index cc571ee..df7aa4b 100644 --- a/Source/cmPropertyDefinition.h +++ b/Source/cmPropertyDefinition.h @@ -39,7 +39,6 @@ public: protected: std::string Name; - std::string LongName; std::string ShortDescription; std::string FullDescription; cmProperty::ScopeType Scope; |