mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
[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:
parent
22c6756ce0
commit
f8c4f774cf
297 changed files with 2368 additions and 19 deletions
|
|
@ -1,3 +1,10 @@
|
|||
/**
|
||||
* @file deck_editor_card_info_dock_widget.h
|
||||
* @ingroup DeckEditorWidgets
|
||||
* @brief A Deck Editor DockWidget that displays a CardInfoFrameWidget, which shows detailed information about a card,
|
||||
* such as the picture or various attributes.
|
||||
*/
|
||||
|
||||
#ifndef DECK_EDITOR_CARD_INFO_DOCK_WIDGET_H
|
||||
#define DECK_EDITOR_CARD_INFO_DOCK_WIDGET_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
/**
|
||||
* @file deck_editor_database_display_widget.h
|
||||
* @ingroup DeckEditorWidgets
|
||||
* @ingroup CardDatabaseWidgets
|
||||
* @brief A Deck Editor Widget that displays a QTreeView of a CardDatabaseModel.
|
||||
*/
|
||||
|
||||
#ifndef DECK_EDITOR_DATABASE_DISPLAY_WIDGET_H
|
||||
#define DECK_EDITOR_DATABASE_DISPLAY_WIDGET_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
/**
|
||||
* @file deck_editor_deck_dock_widget.h
|
||||
* @ingroup DeckEditorWidgets
|
||||
* @brief A Deck Editor DockWidget that displays several Qt Editors to modify various deck attributes as well as a
|
||||
* QTreeView of the DeckListModel.
|
||||
*/
|
||||
|
||||
#ifndef DECK_EDITOR_DECK_DOCK_WIDGET_H
|
||||
#define DECK_EDITOR_DECK_DOCK_WIDGET_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
/**
|
||||
* @file deck_editor_filter_dock_widget.h
|
||||
* @ingroup DeckEditorWidgets
|
||||
* @ingroup CardDatabaseWidgets
|
||||
* @brief A Deck Editor DockWidget that displays and allows modifying filters applied to the CardDatabaseDisplayModel.
|
||||
*/
|
||||
|
||||
#ifndef DECK_EDITOR_FILTER_DOCK_WIDGET_H
|
||||
#define DECK_EDITOR_FILTER_DOCK_WIDGET_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
/**
|
||||
* @file deck_editor_printing_selector_dock_widget.h
|
||||
* @ingroup DeckEditorWidgets
|
||||
* @brief A Deck Editor DockWidget that displays a PrintingSelector, which allows choosing different printings.
|
||||
*/
|
||||
|
||||
#ifndef DECK_EDITOR_PRINTING_SELECTOR_DOCK_WIDGET_H
|
||||
#define DECK_EDITOR_PRINTING_SELECTOR_DOCK_WIDGET_H
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue