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:
hjk
2011-02-04 09:52:39 +01:00
parent d87ce08880
commit 57eae3191e
92 changed files with 117 additions and 117 deletions

View File

@@ -367,7 +367,7 @@ protected:
QList<DiagnosticMessage> diagnostic_messages;
};
} // end of namespace QmlJS
} // namespace QmlJS
:/

View File

@@ -207,6 +207,6 @@ void Engine::setNodePool(NodePool *nodePool)
} // end of namespace QmlJS
} // namespace QmlJS
QT_QML_END_NAMESPACE

View File

@@ -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

View File

@@ -231,7 +231,7 @@ protected:
QList<DiagnosticMessage> diagnostic_messages;
};
} // end of namespace QmlJS
} // namespace QmlJS

View File

@@ -112,6 +112,6 @@ private:
QList<DiagnosticMessage> *_diagnosticMessages;
};
} // end of namespace Qml
} // namespace Qml
#endif // QMLBIND_H

View File

@@ -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

View File

@@ -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

View File

@@ -82,7 +82,7 @@ private:
QScopedPointer<LookupContextData> d;
};
} // end of namespace QmlJS
} // namespace QmlJS
#endif // QMLJSLOOKUPCONTEXT_H