[Documentation] Sort *every* file into a doxygen group. (#6198)

* Sort *every* file into a doxygen group.

Took 7 hours 9 minutes

Took 18 seconds

Took 2 minutes

* Lint some ingroup definitions.

Took 10 minutes


Took 2 seconds

* Just include the groups in the Doxyfile in this commit.

Took 3 minutes

* Update some group comments so they link!

Took 14 minutes

---------

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
BruebachL 2025-09-30 12:13:32 +02:00 committed by GitHub
parent 22c6756ce0
commit f8c4f774cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
297 changed files with 2368 additions and 19 deletions

View file

@ -1,3 +1,9 @@
/**
* @file deck_preview_color_identity_filter_widget.h
* @ingroup VisualDeckPreviewWidgets
* @brief TODO: Document this.
*/
#ifndef DECK_PREVIEW_COLOR_IDENTITY_FILTER_WIDGET_H
#define DECK_PREVIEW_COLOR_IDENTITY_FILTER_WIDGET_H

View file

@ -1,3 +1,9 @@
/**
* @file deck_preview_deck_tags_display_widget.h
* @ingroup VisualDeckPreviewWidgets
* @brief TODO: Document this.
*/
#ifndef DECK_PREVIEW_DECK_TAGS_DISPLAY_WIDGET_H
#define DECK_PREVIEW_DECK_TAGS_DISPLAY_WIDGET_H

View file

@ -1,3 +1,9 @@
/**
* @file deck_preview_tag_addition_widget.h
* @ingroup VisualDeckPreviewWidgets
* @brief TODO: Document this.
*/
#ifndef DECK_PREVIEW_TAG_ADDITION_WIDGET_H
#define DECK_PREVIEW_TAG_ADDITION_WIDGET_H

View file

@ -1,3 +1,10 @@
/**
* @file deck_preview_tag_dialog.h
* @ingroup VisualDeckPreviewWidgets
* @ingroup Dialogs
* @brief TODO: Document this.
*/
#ifndef DECK_PREVIEW_TAG_DIALOG_H
#define DECK_PREVIEW_TAG_DIALOG_H

View file

@ -1,3 +1,9 @@
/**
* @file deck_preview_tag_display_widget.h
* @ingroup VisualDeckPreviewWidgets
* @brief TODO: Document this.
*/
#ifndef DECK_PREVIEW_TAG_DISPLAY_WIDGET_H
#define DECK_PREVIEW_TAG_DISPLAY_WIDGET_H

View file

@ -1,3 +1,9 @@
/**
* @file deck_preview_tag_item_widget.h
* @ingroup VisualDeckPreviewWidgets
* @brief TODO: Document this.
*/
#ifndef DECK_PREVIEW_TAG_ITEM_WIDGET_H
#define DECK_PREVIEW_TAG_ITEM_WIDGET_H

View file

@ -1,3 +1,9 @@
/**
* @file deck_preview_widget.h
* @ingroup VisualDeckPreviewWidgets
* @brief TODO: Document this.
*/
#ifndef DECK_PREVIEW_WIDGET_H
#define DECK_PREVIEW_WIDGET_H

View file

@ -1,3 +1,9 @@
/**
* @file visual_deck_storage_folder_display_widget.h
* @ingroup VisualDeckStorageWidgets
* @brief TODO: Document this.
*/
#ifndef VISUAL_DECK_STORAGE_FOLDER_DISPLAY_WIDGET_H
#define VISUAL_DECK_STORAGE_FOLDER_DISPLAY_WIDGET_H

View file

@ -1,3 +1,11 @@
/**
* @file visual_deck_storage_quick_settings_widget.h
* @ingroup VisualDeckStorageWidgets
* @brief The VDS's quick settings menu.
* Manages the widgets in the quick settings menu dropdown, as well as syncing their values with SettingsCache.
* The current values of the settings are exposed through getters and signals.
*/
#ifndef VISUAL_DECK_STORAGE_QUICK_SETTINGS_WIDGET_H
#define VISUAL_DECK_STORAGE_QUICK_SETTINGS_WIDGET_H
@ -9,11 +17,6 @@ class QSpinBox;
class QCheckBox;
class QComboBox;
/**
* The VDS's quick settings menu.
* Manages the widgets in the quick settings menu dropdown, as well as syncing their values with SettingsCache.
* The current values of the settings are exposed through getters and signals.
*/
class VisualDeckStorageQuickSettingsWidget : public SettingsButtonWidget
{
Q_OBJECT

View file

@ -1,3 +1,9 @@
/**
* @file visual_deck_storage_search_widget.h
* @ingroup VisualDeckStorageWidgets
* @brief TODO: Document this.
*/
#ifndef VISUAL_DECK_STORAGE_SEARCH_WIDGET_H
#define VISUAL_DECK_STORAGE_SEARCH_WIDGET_H

View file

@ -1,3 +1,9 @@
/**
* @file visual_deck_storage_sort_widget.h
* @ingroup VisualDeckStorageWidgets
* @brief TODO: Document this.
*/
#ifndef VISUAL_DECK_STORAGE_SORT_WIDGET_H
#define VISUAL_DECK_STORAGE_SORT_WIDGET_H

View file

@ -1,3 +1,9 @@
/**
* @file visual_deck_storage_tag_filter_widget.h
* @ingroup VisualDeckStorageWidgets
* @brief TODO: Document this.
*/
#ifndef VISUAL_DECK_STORAGE_TAG_FILTER_WIDGET_H
#define VISUAL_DECK_STORAGE_TAG_FILTER_WIDGET_H

View file

@ -1,3 +1,9 @@
/**
* @file visual_deck_storage_widget.h
* @ingroup VisualDeckStorageWidgets
* @brief TODO: Document this.
*/
#ifndef VISUAL_DECK_STORAGE_WIDGET_H
#define VISUAL_DECK_STORAGE_WIDGET_H