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
|
||
|---|---|---|
| .. | ||
| card_set.cpp | ||
| card_set.h | ||
| card_set_comparator.h | ||
| card_set_list.cpp | ||
| card_set_list.h | ||