Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
builder.cpp File Reference

(f94c32842cf06281bb4fa1c2f827fc39cd262139)

#include "builder.h"
#include "pagemetadata.h"
#include <utility>
Include dependency graph for builder.cpp:

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< ContentBlockIR::buildThreadSafetyAdmonition (const CppReferenceData::ThreadSafetyInfo &ts, const QString &typeWord)