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

(7cdce6b8285e6a633db4ce920ab2cd9c3c3022cc)

#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)