[Documentation] Add a doxy group for the PictureLoader. (#6204)

* Add a doxy group for the PictureLoader.

Took 26 minutes

* Linting is a fun activity for children and adults of all ages and sizes.

Took 5 minutes

---------

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
BruebachL
2025-10-01 11:45:56 +02:00
committed by GitHub
co-authored by Lukas Brübach
parent c33106eab4
commit 835e4af3e4
8 changed files with 49 additions and 0 deletions
@@ -1,3 +1,9 @@
/**
* @file picture_loader.h
* @ingroup PictureLoader
* @brief TODO: Document this.
*/
#ifndef PICTURELOADER_H #ifndef PICTURELOADER_H
#define PICTURELOADER_H #define PICTURELOADER_H
@@ -1,3 +1,9 @@
/**
* @file picture_loader_local.h
* @ingroup PictureLoader
* @brief TODO: Document this.
*/
#ifndef PICTURE_LOADER_LOCAL_H #ifndef PICTURE_LOADER_LOCAL_H
#define PICTURE_LOADER_LOCAL_H #define PICTURE_LOADER_LOCAL_H
@@ -1,3 +1,9 @@
/**
* @file picture_loader_request_status_display_widget.h
* @ingroup PictureLoader
* @brief TODO: Document this.
*/
#ifndef PICTURE_LOADER_REQUEST_STATUS_DISPLAY_WIDGET_H #ifndef PICTURE_LOADER_REQUEST_STATUS_DISPLAY_WIDGET_H
#define PICTURE_LOADER_REQUEST_STATUS_DISPLAY_WIDGET_H #define PICTURE_LOADER_REQUEST_STATUS_DISPLAY_WIDGET_H
#include "picture_loader_worker_work.h" #include "picture_loader_worker_work.h"
@@ -1,3 +1,9 @@
/**
* @file picture_loader_status_bar.h
* @ingroup PictureLoader
* @brief TODO: Document this.
*/
#ifndef PICTURE_LOADER_STATUS_BAR_H #ifndef PICTURE_LOADER_STATUS_BAR_H
#define PICTURE_LOADER_STATUS_BAR_H #define PICTURE_LOADER_STATUS_BAR_H
@@ -1,3 +1,9 @@
/**
* @file picture_loader_worker.h
* @ingroup PictureLoader
* @brief TODO: Document this.
*/
#ifndef PICTURE_LOADER_WORKER_H #ifndef PICTURE_LOADER_WORKER_H
#define PICTURE_LOADER_WORKER_H #define PICTURE_LOADER_WORKER_H
@@ -1,3 +1,9 @@
/**
* @file picture_loader_worker_work.h
* @ingroup PictureLoader
* @brief TODO: Document this.
*/
#ifndef PICTURE_LOADER_WORKER_WORK_H #ifndef PICTURE_LOADER_WORKER_WORK_H
#define PICTURE_LOADER_WORKER_WORK_H #define PICTURE_LOADER_WORKER_WORK_H
@@ -1,3 +1,9 @@
/**
* @file picture_to_load.h
* @ingroup PictureLoader
* @brief TODO: Document this.
*/
#ifndef PICTURE_TO_LOAD_H #ifndef PICTURE_TO_LOAD_H
#define PICTURE_TO_LOAD_H #define PICTURE_TO_LOAD_H
+7
View File
@@ -515,6 +515,13 @@
* @brief Dialogs related to interacting with a remote server. * @brief Dialogs related to interacting with a remote server.
*/ */
/**
* @defgroup PictureLoader Card Picture Loader
* @ingroup UI
* @ingroup Cards
* @brief The PictureLoader for CardInfoPictureWidget%s and CardItem%s
*/
/* ------------------------------------------------------------------ */ /* ------------------------------------------------------------------ */
/* Replay */ /* Replay */
/* ------------------------------------------------------------------ */ /* ------------------------------------------------------------------ */