mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 11:38:49 -07:00
[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:
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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 */
|
||||||
/* ------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------ */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue