diff options
Diffstat (limited to 'sources/shiboken6/ApiExtractor/doxygenparser.cpp')
| -rw-r--r-- | sources/shiboken6/ApiExtractor/doxygenparser.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/shiboken6/ApiExtractor/doxygenparser.cpp b/sources/shiboken6/ApiExtractor/doxygenparser.cpp index 62fa119b0..0219ef4bc 100644 --- a/sources/shiboken6/ApiExtractor/doxygenparser.cpp +++ b/sources/shiboken6/ApiExtractor/doxygenparser.cpp @@ -80,9 +80,9 @@ QString DoxygenParser::fillDocumentation(const AbstractMetaClassPtr &metaClass) return {}; } - static const QList<std::pair<Documentation::Type, QString>> docTags = { - { Documentation::Brief, u"briefdescription"_s }, - { Documentation::Detailed, u"detaileddescription"_s } + static const QList<std::pair<DocumentationType, QString>> docTags = { + { DocumentationType::Brief, u"briefdescription"_s }, + { DocumentationType::Detailed, u"detaileddescription"_s } }; // Get class documentation Documentation classDoc; |
