Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Encapsulates information about. More...
#include <parsererror.h>
Public Attributes | |
QString | signature {} |
Location | location {} |
Related Symbols | |
(Note that these are not member symbols.) | |
bool | isParentInternal (const QString &signature) |
Returns true if any parent of a C++ function represented by signature is documented as \internal. | |
Encapsulates information about.
Definition at line 13 of file parsererror.h.
|
related |
Returns true
if any parent of a C++ function represented by signature is documented as \internal.
Definition at line 33 of file parsererror.cpp.
References Node< _Tp >::isCppNode(), and QDocDatabase::qdocDB().
Location FnMatchError::location {} |
Definition at line 15 of file parsererror.h.
QString FnMatchError::signature {} |
Definition at line 14 of file parsererror.h.