summaryrefslogtreecommitdiffstats
path: root/src/interfaceframework/doc/QtInterfaceFrameworkDoc
Commit message (Collapse)AuthorAgeFilesLines
* Remove Reference API related codeDominik Holland2023-11-281-4/+0
| | | | | | | | | | | | | | The modules ifmedia and ifvehiclefunctions just act as a reference and having the code in the same repository makes things more complicated, as they are build automatically although not needed for most users and they are also part of the same documentation and gives the wrong impression about what the qtinterfaceframework module really is about. Fixes: QTBUG-99002 Change-Id: I867e1e26438ee2200e82d5b742c666ba48ae9c02 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Promote the QtIfRemoteObjectsHelper lib to a proper qt moduleDominik Holland2023-11-131-0/+1
| | | | | | | | | | | Instead of being a static private library it is now a dynamic library with public code including documentation. This makes it possible to host more code which is QtRemoteObjects specific. Change-Id: I3ff601add349d4fad721890c12fc6e59fbe4ee79 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* Fix documentation warningsTopi Reinio2023-06-211-0/+2
| | | | | | | | | | | | | | | | | | 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>
* Rename all files to match the new module nameDominik Holland2021-06-161-0/+3
This is a follow-up of the previous commit. Task-number: AUTOSUITE-1633 Change-Id: I6feb63a346a4c94c434df83cd1255904fe8acc68 Reviewed-by: Robert Griebl <robert.griebl@qt.io>