aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/doxygenparser.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-11-11 11:40:30 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-11-11 17:14:36 +0000
commit6c3f367d29681ef1b0d78aadc6f505616815b9a2 (patch)
treee58564e59489f595370d841aebe6d639e1a4fdd8 /sources/shiboken6/ApiExtractor/doxygenparser.cpp
parent154ef5831fcae56f9cbf53301b410a21bbdd6265 (diff)
AbstractMetaFunction: Introduce private class
Prepare it for caching the lists of function modifications. Change-Id: Icbe19be760a49278ed4af75534bc73d36f4b1a96 Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/shiboken6/ApiExtractor/doxygenparser.cpp')
-rw-r--r--sources/shiboken6/ApiExtractor/doxygenparser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/shiboken6/ApiExtractor/doxygenparser.cpp b/sources/shiboken6/ApiExtractor/doxygenparser.cpp
index 92040dfc5..90afc245c 100644
--- a/sources/shiboken6/ApiExtractor/doxygenparser.cpp
+++ b/sources/shiboken6/ApiExtractor/doxygenparser.cpp
@@ -31,6 +31,7 @@
#include "abstractmetafield.h"
#include "abstractmetafunction.h"
#include "abstractmetaenum.h"
+#include "documentation.h"
#include "messages.h"
#include "modifications.h"
#include "propertyspec.h"