Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "clangcodeparser.h"
#include "codeparser.h"
#include "parsererror.h"
#include "utilities.h"
Go to the source code of this file.
Classes | |
class | CppCodeParser |
Functions | |
bool | hasTooManyTopics (const Doc &doc) |
Checks if there are too many topic commands in doc. | |
|
inlinenodiscard |
Checks if there are too many topic commands in doc.
This method compares the commands used in doc with the set of topic commands. If zero or one topic command is found, or if all found topic commands are {\qml*}-commands, the method returns false
.
If more than one topic command is found, QDoc issues a warning and the list of topic commands used in doc, and the method returns true
.
Definition at line 86 of file cppcodeparser.h.
References Doc::location().
Referenced by ClangCodeParser::parse_cpp_file().