forked from qt-creator/qt-creator
s:// end of namespace :// namespace :g for consistency
We use the latter style everywhere else to signify the end of a namespace block.
This commit is contained in:
@@ -90,6 +90,6 @@ private:
|
||||
int _startToken;
|
||||
};
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
} // namespace CPlusPlus
|
||||
|
||||
#endif // CPLUSPLUS_BACKWARDSSCANNER_H
|
||||
|
||||
@@ -397,6 +397,6 @@ private:
|
||||
_Base _documents;
|
||||
};
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
} // namespace CPlusPlus
|
||||
|
||||
#endif // CPLUSPLUS_CPPDOCUMENT_H
|
||||
|
||||
@@ -113,6 +113,6 @@ CPLUSPLUS_EXPORT const Name *rewriteName(const Name *name,
|
||||
// 'std::string'.
|
||||
CPLUSPLUS_EXPORT QString simplifySTLType(const QString &typeIn);
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
} // namespace CPlusPlus
|
||||
|
||||
#endif
|
||||
|
||||
@@ -62,6 +62,6 @@ private:
|
||||
const Substitution _substitution;
|
||||
};
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
} // namespace CPlusPlus
|
||||
|
||||
#endif // CPLUSPLUS_DEPRECATEDGENTEMPLATEINSTANCE_H
|
||||
|
||||
@@ -79,6 +79,6 @@ public:
|
||||
virtual void stopSkippingBlocks(unsigned) {}
|
||||
};
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
} // namespace CPlusPlus
|
||||
|
||||
#endif // CPLUSPLUS_FASTPREPROCESSOR_H
|
||||
|
||||
@@ -304,7 +304,7 @@ private:
|
||||
Scope *_currentScope;
|
||||
};
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
} // namespace CPlusPlus
|
||||
|
||||
#endif // CPLUSPLUS_FINDUSAGES_H
|
||||
|
||||
|
||||
@@ -252,6 +252,6 @@ private:
|
||||
QSharedPointer<Control> _control;
|
||||
};
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
} // namespace CPlusPlus
|
||||
|
||||
#endif // CPLUSPLUS_LOOKUPCONTEXT_H
|
||||
|
||||
@@ -80,7 +80,7 @@ private:
|
||||
|
||||
uint qHash(const CPlusPlus::LookupItem &result);
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
} // namespace CPlusPlus
|
||||
|
||||
#if defined(Q_CC_MSVC) && _MSC_VER <= 1300
|
||||
//this ensures that code outside QmlJS can use the hash function
|
||||
|
||||
@@ -57,6 +57,6 @@ private:
|
||||
bool shouldInsertNewline(const QTextCursor &tc) const;
|
||||
};
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
} // namespace CPlusPlus
|
||||
|
||||
#endif // MATCHINGTEXT_H
|
||||
|
||||
@@ -66,6 +66,6 @@ private:
|
||||
QString _name;
|
||||
};
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
} // namespace CPlusPlus
|
||||
|
||||
#endif // CPLUSPLUS_NAMEPRETTYPRINTER_H
|
||||
|
||||
@@ -100,6 +100,6 @@ private:
|
||||
bool _showTemplateParameters: 1;
|
||||
};
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
} // namespace CPlusPlus
|
||||
|
||||
#endif // CPLUSPLUS_OVERVIEW_H
|
||||
|
||||
@@ -79,6 +79,6 @@ private:
|
||||
Icons _icons;
|
||||
};
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
} // namespace CPlusPlus
|
||||
|
||||
#endif // CPLUSPLUS_OVERVIEWMODEL_H
|
||||
|
||||
@@ -128,6 +128,6 @@ private:
|
||||
bool _reference;
|
||||
};
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
} // namespace CPlusPlus
|
||||
|
||||
#endif // CPLUSPLUS_RESOLVEEXPRESSION_H
|
||||
|
||||
@@ -81,6 +81,6 @@ private:
|
||||
bool _endedJoined: 1;
|
||||
};
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
} // namespace CPlusPlus
|
||||
|
||||
#endif // CPLUSPLUS_SIMPLELEXER_H
|
||||
|
||||
@@ -56,6 +56,6 @@ private:
|
||||
Document::Ptr _document;
|
||||
};
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
} // namespace CPlusPlus
|
||||
|
||||
#endif // CPLUSPLUS_SNAPSHOTSYMBOLVISITOR_H
|
||||
|
||||
@@ -51,6 +51,6 @@ private:
|
||||
Symbol *_symbol;
|
||||
};
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
} // namespace CPlusPlus
|
||||
|
||||
#endif // CPLUSPLUS_SYMBOLNAMEVISITOR_H
|
||||
|
||||
@@ -89,6 +89,6 @@ private:
|
||||
bool _needsParens;
|
||||
};
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
} // namespace CPlusPlus
|
||||
|
||||
#endif // CPLUSPLUS_TYPEPRETTYPRINTER_H
|
||||
|
||||
@@ -133,7 +133,7 @@ struct Value
|
||||
#undef PP_DEFINE_BIN_OP
|
||||
};
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
} // namespace CPlusPlus
|
||||
|
||||
|
||||
using namespace CPlusPlus;
|
||||
|
||||
@@ -53,7 +53,7 @@ struct pp_frame
|
||||
};
|
||||
|
||||
|
||||
} // end of namespace CPlusPlus
|
||||
} // namespace CPlusPlus
|
||||
|
||||
using namespace CPlusPlus;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user