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

(77a13c15833f21a09ed4a367835ccaf1f1d07627)

#include "htmlgenerator.h"
#include "access.h"
#include "aggregate.h"
#include "classnode.h"
#include "collectionnode.h"
#include "config.h"
#include "codemarker.h"
#include "codeparser.h"
#include "enumnode.h"
#include "functionnode.h"
#include "helpprojectwriter.h"
#include "manifestwriter.h"
#include "node.h"
#include "propertynode.h"
#include "qdocdatabase.h"
#include "qmlpropertynode.h"
#include "sharedcommentnode.h"
#include "tagfilewriter.h"
#include "tree.h"
#include "quoter.h"
#include "utilities.h"
#include <QtCore/qlist.h>
#include <QtCore/qmap.h>
#include <QtCore/quuid.h>
#include <QtCore/qversionnumber.h>
#include <QtCore/qregularexpression.h>
#include <cctype>
#include <deque>
#include <string>
+ Include dependency graph for htmlgenerator.cpp:

Go to the source code of this file.

Macros

#define APPEND(x)
 

Functions

static void addLink (const QString &linkTarget, QStringView nestedStuff, QString *res)
 

Variables

static const Atom openCodeTag {Atom::FormattingLeft, ATOM_FORMATTING_TELETYPE}
 
static const Atom closeCodeTag {Atom::FormattingRight, ATOM_FORMATTING_TELETYPE}
 

Macro Definition Documentation

◆ APPEND

#define APPEND ( x)
Value:
if (html.isEmpty()) { \
html = string; \
html.truncate(i); \
} \
html += (x);
GLint GLint GLint GLint GLint x
[0]
GLsizei const GLchar *const * string
[0]
Definition qopenglext.h:694

Function Documentation

◆ addLink()

static void addLink ( const QString & linkTarget,
QStringView nestedStuff,
QString * res )
static

Definition at line 48 of file htmlgenerator.cpp.

Variable Documentation

◆ closeCodeTag

static const Atom closeCodeTag {Atom::FormattingRight, ATOM_FORMATTING_TELETYPE}
static

Definition at line 44 of file htmlgenerator.cpp.

◆ openCodeTag

static const Atom openCodeTag {Atom::FormattingLeft, ATOM_FORMATTING_TELETYPE}
static

Definition at line 43 of file htmlgenerator.cpp.