![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>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" |
Definition at line 2069 of file docbookgenerator.cpp.
References Node< _Tp >::doc(), FunctionNode::isCCtor(), Node< _Tp >::isClass(), FunctionNode::isCtor(), FunctionNode::isDtor(), Node< _Tp >::isEnumType(), Node< _Tp >::isFunction(), FunctionNode::isMCtor(), Node< _Tp >::isNamespace(), Node< _Tp >::isPageNode(), Node< _Tp >::isProperty(), Node< _Tp >::isQmlProperty(), Node< _Tp >::isQmlType(), Node< _Tp >::isTypedef(), Node< _Tp >::isVariable(), and Doc::location().
Definition at line 196 of file docbookgenerator.cpp.
Definition at line 3674 of file docbookgenerator.cpp.
References Node< _Tp >::nodeType(), and QmlType.
|
static |
Definition at line 44 of file docbookgenerator.cpp.
|
static |
Definition at line 46 of file docbookgenerator.cpp.
|
static |
Definition at line 45 of file docbookgenerator.cpp.