From ecc1acb94cbfa12045ec94e11013cbfe6a3bd136 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sun, 19 Aug 2012 23:11:13 +0200 Subject: [PATCH] Remove incorrect doc string for link type enum This is actually a duplicate doc string for a method a few lines above. --- Source/cmTarget.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/cmTarget.h b/Source/cmTarget.h index a89c5d91b..98eaeec76 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -158,9 +158,6 @@ public: void AddSources(std::vector const& srcs); cmSourceFile* AddSource(const char* src); - /** - * Get the list of the source files used by this target - */ enum LinkLibraryType {GENERAL, DEBUG, OPTIMIZED}; //* how we identify a library, by name and type