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
ParserErrorHandler Class Reference

Processes parser errors and outputs warnings for them. More...

#include <parsererror.h>

+ Collaboration diagram for ParserErrorHandler:

Public Member Functions

void operator() (const FnMatchError &e) const
 Generates a warning specific to FnMatchError.
 

Detailed Description

Processes parser errors and outputs warnings for them.

Definition at line 19 of file parsererror.h.

Member Function Documentation

◆ operator()()

void ParserErrorHandler::operator() ( const FnMatchError & e) const

Generates a warning specific to FnMatchError.

Warnings for internal documentation are omitted. Specifically, this (omission) happens if:

\list

  • {--showinternal} command line option is not used, and
  • The warning is for an \fn that is declared under a namespace/class that is documented as \internal. \endlist

Definition at line 84 of file parsererror.cpp.


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