forked from qt-creator/qt-creator
Doc: Fix QDoc warnings in Find classes
- Document BaseTextFind and FindSupport - Mark undocumented classes and namespaces \internal - Add and fix docs for IFindFilter, SearchResult, and SearchResultWindow Fixes: QTCREATORBUG-23600 Change-Id: Ic9445f7f15562f114f4cbd9fe16988d7249d48db Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -36,6 +36,18 @@
|
||||
using namespace Utils;
|
||||
namespace Core {
|
||||
|
||||
/*!
|
||||
\class Core::Highlight
|
||||
\inmodule QtCreator
|
||||
\internal
|
||||
*/
|
||||
|
||||
/*!
|
||||
\class Core::HighlightScrollBarController
|
||||
\inmodule QtCreator
|
||||
\internal
|
||||
*/
|
||||
|
||||
class HighlightScrollBarOverlay : public QWidget
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user