Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
PureDocParser Class Reference

#include <puredocparser.h>

+ Collaboration diagram for PureDocParser:

Public Member Functions

 PureDocParser (const Location &location)
 
std::vector< UntiedDocumentationparse_qdoc_file (const QString &filePath)
 Parses the source file identified by filePath and adds its parsed contents to the database.
 

Detailed Description

Definition at line 15 of file puredocparser.h.

Constructor & Destructor Documentation

◆ PureDocParser()

PureDocParser::PureDocParser ( const Location & location)
inline

Definition at line 18 of file puredocparser.h.

Referenced by processQdocconfFile().

+ Here is the caller graph for this function:

Member Function Documentation

◆ parse_qdoc_file()

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.


The documentation for this class was generated from the following files: