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:
@@ -367,7 +367,7 @@ protected:
|
||||
QList<DiagnosticMessage> diagnostic_messages;
|
||||
};
|
||||
|
||||
} // end of namespace QmlJS
|
||||
} // namespace QmlJS
|
||||
|
||||
|
||||
:/
|
||||
|
||||
@@ -207,6 +207,6 @@ void Engine::setNodePool(NodePool *nodePool)
|
||||
|
||||
|
||||
|
||||
} // end of namespace QmlJS
|
||||
} // namespace QmlJS
|
||||
|
||||
QT_QML_END_NAMESPACE
|
||||
|
||||
@@ -86,7 +86,7 @@ public:
|
||||
|
||||
uint qHash(const QmlJS::NameId &id);
|
||||
|
||||
} // end of namespace QmlJS
|
||||
} // namespace QmlJS
|
||||
|
||||
#if defined(Q_CC_MSVC) && _MSC_VER <= 1300
|
||||
//this ensures that code outside QmlJS can use the hash function
|
||||
@@ -115,7 +115,7 @@ public:
|
||||
static QString flagsToString(int flags);
|
||||
};
|
||||
|
||||
} // end of namespace Ecma
|
||||
} // namespace Ecma
|
||||
|
||||
class QML_PARSER_EXPORT DiagnosticMessage
|
||||
{
|
||||
@@ -166,7 +166,7 @@ public:
|
||||
void setNodePool(NodePool *nodePool);
|
||||
};
|
||||
|
||||
} // end of namespace QmlJS
|
||||
} // namespace QmlJS
|
||||
|
||||
QT_QML_END_NAMESPACE
|
||||
|
||||
|
||||
@@ -231,7 +231,7 @@ protected:
|
||||
QList<DiagnosticMessage> diagnostic_messages;
|
||||
};
|
||||
|
||||
} // end of namespace QmlJS
|
||||
} // namespace QmlJS
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -112,6 +112,6 @@ private:
|
||||
QList<DiagnosticMessage> *_diagnosticMessages;
|
||||
};
|
||||
|
||||
} // end of namespace Qml
|
||||
} // namespace Qml
|
||||
|
||||
#endif // QMLBIND_H
|
||||
|
||||
@@ -45,7 +45,7 @@ namespace Interpreter {
|
||||
class Value;
|
||||
class ObjectValue;
|
||||
class FunctionValue;
|
||||
} // end of namespace Interpreter
|
||||
} // namespace Interpreter
|
||||
|
||||
class QMLJS_EXPORT Evaluate: protected AST::Visitor
|
||||
{
|
||||
@@ -165,6 +165,6 @@ private:
|
||||
const Interpreter::Value *_result;
|
||||
};
|
||||
|
||||
} // end of namespace Qml
|
||||
} // namespace Qml
|
||||
|
||||
#endif // QMLCheck_H
|
||||
|
||||
@@ -1018,6 +1018,6 @@ public:
|
||||
ImportInfo importInfo(const QString &name, const Context *context) const;
|
||||
};
|
||||
|
||||
} } // end of namespace QmlJS::Interpreter
|
||||
} } // namespace QmlJS::Interpreter
|
||||
|
||||
#endif // QMLJS_INTERPRETER_H
|
||||
|
||||
@@ -82,7 +82,7 @@ private:
|
||||
QScopedPointer<LookupContextData> d;
|
||||
};
|
||||
|
||||
} // end of namespace QmlJS
|
||||
} // namespace QmlJS
|
||||
|
||||
#endif // QMLJSLOOKUPCONTEXT_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user