Utils: Enable internal documentation

Change-Id: I8531f7a85c8bee32a207f477e7ee9d3d9f14107c
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Jarek Kobus
2023-02-01 14:16:18 +01:00
parent b59e632ac3
commit 78ae704d77
3 changed files with 5 additions and 4 deletions

View File

@@ -16,12 +16,14 @@ headerdirs = . \
../src \
../../../src/libs/aggregation \
../../../src/libs/extensionsystem \
../../../src/libs/utils \
../../../src/plugins/coreplugin
sourcedirs = . \
../src \
../../../src/libs/aggregation \
../../../src/libs/extensionsystem \
../../../src/libs/utils \
../../../src/plugins/coreplugin

View File

@@ -34,11 +34,10 @@
for plugins and basic mechanisms for plugin interaction like an
object pool.
\omit
\row
\li \l{Utils}
\li General utility library.
\li Useful classes that are reused in a lot of places in Qt Creator code.
\omit
\row
\li \l{QmlJS}
\li QML and JavaScript language support library.

View File

@@ -27,7 +27,7 @@ using namespace Utils;
Q_LOGGING_CATEGORY(fileIconProvider, "qtc.core.fileiconprovider", QtWarningMsg)
/*!
\namespace Utils::FileIconProvider
\class Utils::FileIconProvider
\inmodule QtCreator
\brief Provides functions for registering custom overlay icons for system
icons.