STYLE: minor comment cleanups

This commit is contained in:
Ken Martin 2006-03-16 10:53:14 -05:00
parent fb5d92ea37
commit 4102949bf9
4 changed files with 5 additions and 6 deletions

View File

@ -169,7 +169,7 @@ public:
std::string& dir);
protected:
// Fill the m_ProjectMap, this must be called after m_LocalGenerators
// Fill the ProjectMap, this must be called after LocalGenerators
// has been populated.
void FillProjectMap();
bool IsExcluded(cmLocalGenerator* root, cmLocalGenerator* gen);

View File

@ -30,7 +30,7 @@ struct cmVS7FlagTable;
* \brief Write a LocalUnix makefiles.
*
* cmLocalVisualStudio7Generator produces a LocalUnix makefile from its
* member m_Makefile.
* member Makefile.
*/
class cmLocalVisualStudio7Generator : public cmLocalGenerator
{

View File

@ -23,7 +23,7 @@
* \brief Write a local Xcode project
*
* cmLocalXCodeGenerator produces a LocalUnix makefile from its
* member m_Makefile.
* member Makefile.
*/
class cmLocalXCodeGenerator : public cmLocalGenerator
{

View File

@ -713,9 +713,8 @@ protected:
private:
void ReadSources(std::ifstream& fin, bool t);
friend class cmMakeDepend; // make depend needs direct access
// to the m_Sources array
friend class cmMakeDepend; // make depend needs direct access
// to the Sources array
void PrintStringVector(const char* s, const
std::vector<std::pair<cmStdString, bool> >& v) const;
void PrintStringVector(const char* s,