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

(77a13c15833f21a09ed4a367835ccaf1f1d07627)

#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 "node.h"
#include "propertynode.h"
#include "quoter.h"
#include "qdocdatabase.h"
#include "qmlpropertynode.h"
#include "sharedcommentnode.h"
#include "typedefnode.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 191 of file docbookgenerator.cpp.

◆ taggedNode()

QString taggedNode ( const Node * node)

Definition at line 3603 of file docbookgenerator.cpp.

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

+ Here is the call graph for this function:

Variable Documentation

◆ dbNamespace

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

Definition at line 40 of file docbookgenerator.cpp.

◆ itsNamespace

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

Definition at line 42 of file docbookgenerator.cpp.

◆ xlinkNamespace

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

Definition at line 41 of file docbookgenerator.cpp.