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

(89de6e7f623d7ef473d57f5f2758b38c98417418)

#include "injabridge.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 10 of file injabridge.cpp.

◆ registerCallbacks()

void registerCallbacks ( inja::Environment & env)
static

Definition at line 107 of file injabridge.cpp.

◆ renderSignatureSpans()

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

Definition at line 39 of file injabridge.cpp.