STYLE: minor comment cleanups
This commit is contained in:
parent
fb5d92ea37
commit
4102949bf9
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue