mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Fix doxygen copydoc documentation
The following issues were fixed * Fixed wrong/missing namespaces * Fixed obvious typos in documentation * Documentation not in sync with source code refs #544
This commit is contained in:
@@ -39,7 +39,7 @@ namespace BlackGui
|
||||
//! Set color for highlighting
|
||||
void setHighlightColor(QColor color) { m_highlightColor = color; }
|
||||
|
||||
//! \copydoc CListModelBase::data
|
||||
//! Get data for index and role
|
||||
virtual QVariant data(const QModelIndex &index, int role) const override;
|
||||
|
||||
//! DB key for given index
|
||||
@@ -49,7 +49,7 @@ namespace BlackGui
|
||||
bool isHighlightIndex(const QModelIndex &index) const;
|
||||
|
||||
protected:
|
||||
//! \copydoc CListModelDbObjectsNonTemplate::CListModelDbObjectsNonTemplate
|
||||
//! Constructor
|
||||
CListModelDbObjects(const QString &translationContext, QObject *parent = nullptr);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user