summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 7937969..a4696c8 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -43,8 +43,7 @@ private:
/** \class cmTarget
* \brief Represent a library or executable target loaded from a makefile.
*
- * cmTarget represents a target loaded from
- * a makefile.
+ * cmTarget represents a target loaded from a makefile.
*/
class cmTarget
{
@@ -273,9 +272,7 @@ private:
private:
cmTargetInternalPointer impl;
- std::string ProcessSourceItemCMP0049(const std::string& s);
-
- /** Return whether or not the target has a DLL import library. */
+ ///! Return whether or not the target has a DLL import library.
bool HasImportLibrary() const;
// Internal representation details.