Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <puredocparser.h>
Public Member Functions | |
PureDocParser (const Location &location) | |
std::vector< UntiedDocumentation > | parse_qdoc_file (const QString &filePath) |
Parses the source file identified by filePath and adds its parsed contents to the database. | |
Definition at line 15 of file puredocparser.h.
|
inline |
Definition at line 18 of file puredocparser.h.
Referenced by processQdocconfFile().
QT_BEGIN_NAMESPACE std::vector< UntiedDocumentation > PureDocParser::parse_qdoc_file | ( | const QString & | filePath | ) |
Parses the source file identified by filePath and adds its parsed contents to the database.
The location is used for reporting errors.
Definition at line 18 of file puredocparser.cpp.