summaryrefslogtreecommitdiffstats
path: root/src/interfaceframework/doc/QtInterfaceFrameworkDoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-06-19 13:56:45 +0000
committerTopi Reiniƶ <topi.reinio@qt.io>2023-06-21 09:01:25 +0000
commiteebce16932bb17858e54f8a73fc4aef318cdffda (patch)
tree95eb9dfc6193d1fbb679cf34fa9c46fbb869af20 /src/interfaceframework/doc/QtInterfaceFrameworkDoc
parentf8842a74ca14ca1e1e6fc0dced092465f2484065 (diff)
Fix documentation warnings
Add #includes for QIfClimateControlBackendInterface and QIfWindowControlBackendInterface to the documentation-specific master header - this fixes multiple 'clang couldn't find function' warnings when generating docs. In addition, fix the following warnings: * cmake-macros.qdoc:25: Unknown macro 'c' * filter-reference.qdoc:6: Can't link to 'namespace_prefix' * filter-reference.qdoc:6: Can't link to 'add_namespace_prefix' * generator-usage.qdoc:5: Can't link to 'server_qtro_simulator' Pick-to: 6.6 6.5 Change-Id: I522f6905d51cf43135609585232796803dcc4141 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'src/interfaceframework/doc/QtInterfaceFrameworkDoc')
-rw-r--r--src/interfaceframework/doc/QtInterfaceFrameworkDoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaceframework/doc/QtInterfaceFrameworkDoc b/src/interfaceframework/doc/QtInterfaceFrameworkDoc
index 4b34fb99..e26a563a 100644
--- a/src/interfaceframework/doc/QtInterfaceFrameworkDoc
+++ b/src/interfaceframework/doc/QtInterfaceFrameworkDoc
@@ -1,3 +1,5 @@
#include <QtInterfaceFramework/QtInterfaceFramework>
#include <QtIfVehicleFunctions/QtIfVehicleFunctions>
+#include <QtIfVehicleFunctions/QIfClimateControlBackendInterface>
+#include <QtIfVehicleFunctions/QIfWindowControlBackendInterface>
#include <QtIfMedia/QtIfMedia>