![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Namespaces | |
| namespace | IR |
Functions | |
| static void | IR::gatherBodyTocEntries (const QList< ContentBlock > &blocks, QList< NavigationInfo::TocEntry > &out) |
| static InlineContent | IR::makeTextInline (const QString &text) |
| static InlineContent | IR::makeTopicLink (const QString &topicName) |
| static InlineContent | IR::makeResolvedLink (const QString &name, const QString &href) |
| static void | IR::appendExceptionList (QList< InlineContent > &inlines, const QString &prefix, const QString &topicName, const QList< CppReferenceData::ThreadSafetyExceptionEntry > &exceptions) |
| static QList< ContentBlock > | IR::buildThreadSafetyAdmonition (const CppReferenceData::ThreadSafetyInfo &ts, const QString &typeWord) |