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
injabridge.cpp File Reference

(b2234e2c7fffb0884aee566b0674fdd40fc649cc)

#include "injabridge.h"
#include "textutils.h"
#include <cmath>
Include dependency graph for injabridge.cpp:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE std::string escapeHtml (const std::string &input)
static std::string renderSignatureSpans (const nlohmann::json &spans)
static void registerCallbacks (inja::Environment &env)

Function Documentation

◆ escapeHtml()

QT_BEGIN_NAMESPACE std::string escapeHtml ( const std::string & input)
static

Definition at line 12 of file injabridge.cpp.

◆ registerCallbacks()

void registerCallbacks ( inja::Environment & env)
static

Definition at line 110 of file injabridge.cpp.

◆ renderSignatureSpans()

std::string renderSignatureSpans ( const nlohmann::json & spans)
static

Definition at line 41 of file injabridge.cpp.