ENH: added the ability to document variables and cached_variables

This commit is contained in:
Ken Martin
2007-06-25 10:34:21 -04:00
parent e35da01feb
commit 0b9644910d
7 changed files with 42 additions and 74 deletions
+2 -1
View File
@@ -22,7 +22,8 @@
class cmProperty
{
public:
enum ScopeType { TARGET, SOURCE_FILE, DIRECTORY, GLOBAL, TEST };
enum ScopeType { TARGET, SOURCE_FILE, DIRECTORY, GLOBAL,
TEST, VARIABLE, CACHED_VARIABLE };
// set this property
void Set(const char *name, const char *value);