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

(f65a86aeeba2a33194542d43ae890c54a61456c5)

#include "docbookgenerator.h"
#include "access.h"
#include "aggregate.h"
#include "classnode.h"
#include "codemarker.h"
#include "collectionnode.h"
#include "comparisoncategory.h"
#include "config.h"
#include "enumnode.h"
#include "examplenode.h"
#include "functionnode.h"
#include "generator.h"
#include "genustypes.h"
#include "inclusionfilter.h"
#include "node.h"
#include "nodecontext.h"
#include "propertynode.h"
#include "quoter.h"
#include "qdocdatabase.h"
#include "qmlpropertynode.h"
#include "sharedcommentnode.h"
#include "typedefnode.h"
#include "utilities.h"
#include "variablenode.h"
#include <QtCore/qlist.h>
#include <QtCore/qmap.h>
#include <QtCore/quuid.h>
#include <QtCore/qurl.h>
#include <QtCore/qregularexpression.h>
#include <QtCore/qversionnumber.h>
#include <cctype>
Include dependency graph for docbookgenerator.cpp:

Go to the source code of this file.

Functions

QString removeCodeMarkers (const QString &code)
static QString nodeToSynopsisTag (const Node *node)
QString taggedNode (const Node *node)

Variables

static const char dbNamespace [] = "http://docbook.org/ns/docbook"
static const char xlinkNamespace [] = "http://www.w3.org/1999/xlink"
static const char itsNamespace [] = "http://www.w3.org/2005/11/its"

Function Documentation

◆ nodeToSynopsisTag()

◆ removeCodeMarkers()

QString removeCodeMarkers ( const QString & code)

Definition at line 196 of file docbookgenerator.cpp.

◆ taggedNode()

QString taggedNode ( const Node * node)

Definition at line 3665 of file docbookgenerator.cpp.

References Node< _Tp >::nodeType(), and QmlType.

Here is the call graph for this function:

Variable Documentation

◆ dbNamespace

const char dbNamespace = "http://docbook.org/ns/docbook"
static

Definition at line 44 of file docbookgenerator.cpp.

◆ itsNamespace

const char itsNamespace = "http://www.w3.org/2005/11/its"
static

Definition at line 46 of file docbookgenerator.cpp.

◆ xlinkNamespace

const char xlinkNamespace = "http://www.w3.org/1999/xlink"
static

Definition at line 45 of file docbookgenerator.cpp.