mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 05:23:56 -07:00
Convert leading triple-slash (///) comments to JavaDoc-style
(/** @brief */) documentation blocks across game, deck list, and
card library modules.
- Leading /// comments → /** @brief ... */
- Enum value comments → ///<
- Trailing ///< member comments are unchanged
|
||
|---|---|---|
| .. | ||
| abstract_deck_list_card_node.cpp | ||
| abstract_deck_list_card_node.h | ||
| abstract_deck_list_node.cpp | ||
| abstract_deck_list_node.h | ||
| deck_list_card_node.cpp | ||
| deck_list_card_node.h | ||
| inner_deck_list_node.cpp | ||
| inner_deck_list_node.h | ||