summaryrefslogtreecommitdiffstats
path: root/Source/cmPolicies.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-17 18:57:20 (GMT)
committerBrad King <brad.king@kitware.com>2013-10-17 19:00:20 (GMT)
commit5cdaef7ee94e5306eb5fd97b7870c90dff98feb1 (patch)
treecc73c6b071bcb63d7a0f7f8c36726de1f91329f7 /Source/cmPolicies.h
parent8f2b0c330706fe479fb0804b3526bf28503cd52a (diff)
downloadCMake-5cdaef7ee94e5306eb5fd97b7870c90dff98feb1.zip
CMake-5cdaef7ee94e5306eb5fd97b7870c90dff98feb1.tar.gz
CMake-5cdaef7ee94e5306eb5fd97b7870c90dff98feb1.tar.bz2
Drop builtin policy "full" documentation
The full policy documentation was moved to Help/policy/*.rst by commit f051814e (Convert builtin help to reStructuredText source files, 2013-10-15). We no longer need the builtin string literals. In commit 87cc62ca (Drop "full" documentation output types, 2013-09-13) we dropped code using the LongDescription field of policy definitions. We need to follow it up with a change similar to commit 399e9c46 (Drop builtin property documentation, 2013-09-16) to remove the policy documentation. Do that now. Keep the short description as it is used in policy error and warning messages.
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r--Source/cmPolicies.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h
index a9d1b49..81a4d99 100644
--- a/Source/cmPolicies.h
+++ b/Source/cmPolicies.h
@@ -97,7 +97,6 @@ public:
void DefinePolicy(cmPolicies::PolicyID id,
const char *stringID,
const char *shortDescription,
- const char *longDescription,
unsigned int majorVersionIntroduced,
unsigned int minorVersionIntroduced,
unsigned int patchVersionIntroduced,