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