diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-08-06 17:24:42 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-08-06 17:24:42 (GMT) |
commit | e41e2e6b1a3a801afe45d96663ccd53179776fa8 (patch) | |
tree | db5cde735a300a919241a8870bfb9de5e11a4768 /Source/cmExtraCodeBlocksGenerator.h | |
parent | b82b47e3299948a7d489e20659c960f331ba72de (diff) | |
download | CMake-e41e2e6b1a3a801afe45d96663ccd53179776fa8.zip CMake-e41e2e6b1a3a801afe45d96663ccd53179776fa8.tar.gz CMake-e41e2e6b1a3a801afe45d96663ccd53179776fa8.tar.bz2 |
STYLE: fix line lengths
Alex
Diffstat (limited to 'Source/cmExtraCodeBlocksGenerator.h')
-rw-r--r-- | Source/cmExtraCodeBlocksGenerator.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmExtraCodeBlocksGenerator.h b/Source/cmExtraCodeBlocksGenerator.h index b61a9fa..9d59936 100644 --- a/Source/cmExtraCodeBlocksGenerator.h +++ b/Source/cmExtraCodeBlocksGenerator.h @@ -46,15 +46,8 @@ public: virtual void Generate(); private: - /** Create the foo.kdevelop file. This one calls MergeProjectFiles() - if it already exists, otherwise createNewProjectFile() The project - files will be created in \a outputDir (in the build tree), the - kdevelop project dir will be set to \a projectDir (in the source - tree). \a cmakeFilePattern consists of a lists of all cmake - listfiles used by this CMakeLists.txt */ void CreateProjectFile(const std::vector<cmLocalGenerator*>& lgs); - ///! Creates a new foo.kdevelop and a new foo.kdevses file void CreateNewProjectFile(const std::vector<cmLocalGenerator*>& lgs, const std::string& filename); |