mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
Move doc comments to correct place (#6123)
* Move docs for ViewZone * Update docs * move docs for updateCardMenu * Fix link in doc * format
This commit is contained in:
parent
93c15c8151
commit
0f05d6bd74
6 changed files with 15 additions and 13 deletions
|
|
@ -86,7 +86,7 @@ void PlayerActions::playCard(CardItem *card, bool faceDown)
|
|||
}
|
||||
|
||||
/**
|
||||
* Like {@link Player::playCard}, but forces the card to be played to the table zone.
|
||||
* Like {@link PlayerActions::playCard}, but forces the card to be played to the table zone.
|
||||
* Cards with tablerow 3 (the stack) will be played to tablerow 1 (the noncreatures row).
|
||||
*/
|
||||
void PlayerActions::playCardToTable(const CardItem *card, bool faceDown)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue