forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user