(e8a4f796b9a09c3d47101e681e97e70ce18ad4a2)
#include "generator.h"
#include "access.h"
#include "aggregate.h"
#include "classnode.h"
#include "codemarker.h"
#include "collectionnode.h"
#include "comparisoncategory.h"
#include "config.h"
#include "doc.h"
#include "editdistance.h"
#include "enumnode.h"
#include "examplenode.h"
#include "functionnode.h"
#include "node.h"
#include "openedlist.h"
#include "propertynode.h"
#include "qdocdatabase.h"
#include "qmltypenode.h"
#include "qmlpropertynode.h"
#include "quoter.h"
#include "sharedcommentnode.h"
#include "tokenizer.h"
#include "typedefnode.h"
#include "utilities.h"
#include <QtCore/qdebug.h>
#include <QtCore/qdir.h>
#include <QtCore/qregularexpression.h>
#include "QtCore/qurl.h"
#include <string>
Go to the source code of this file.
◆ SKIP_CHAR
◆ SKIP_SPACE
Value: while (
i <
n &&
src[
i] ==
' ') \
◆ formatStatus()
Returns a string representing status information of a node.
If a status description is returned, it is one of: \list
- Custom status set explicitly in node's documentation using
{\meta
{status} {}},
- 'Deprecated [since <version>]' (\deprecated [<version>]),
- 'Until <version>',
- 'Preliminary' (\preliminary), or
- The description adopted from associated module's state:
{\modulestate
{}}. \endlist
Otherwise, returns std::nullopt
.
Definition at line 1146 of file generator.cpp.
References Node< _Tp >::Deprecated, Node< _Tp >::doc(), QDocDatabase::getModuleNode(), Doc::metaTagMap(), Node< _Tp >::Preliminary, and Node< _Tp >::status().
◆ startNote()
◆ tag()
◆ amp
◆ gt
◆ lt
◆ quot