![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "templategenerator.h"#include "aggregate.h"#include "codemarker.h"#include "collectionnode.h"#include "config.h"#include "documentationtraverser.h"#include "filedocumentwriter.h"#include "documentwriter.h"#include "inclusionfilter.h"#include "injabridge.h"#include "ir/builder.h"#include "ir/document.h"#include "namespacenode.h"#include "node.h"#include "nodeextractor.h"#include "outputcontext.h"#include "outputproducerregistry.h"#include "pagenode.h"#include "qdocdatabase.h"#include "qmltypenode.h"#include "tree.h"#include "utilities.h"#include <utility>#include <QtCore/qdir.h>#include <QtCore/qfile.h>#include <QtCore/qfileinfo.h>#include <QtCore/qloggingcategory.h>#include <QtCore/qtextstream.h>Go to the source code of this file.
Functions | |
| static QString | nodeTypeKey (const Node *node) |
Returns the output prefix/suffix key for a node based on its genus.
This is used to look up configured prefixes and suffixes from OutputContext.
Definition at line 343 of file templategenerator.cpp.
References Node< _Tp >::genus(), and Node< _Tp >::isPageNode().