From a0df905f9857db69c23cce11b884dfa18551e9e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Br=C3=BCbach?= Date: Tue, 1 Sep 2026 11:22:03 +0200 Subject: [PATCH] [Doxygen] Move custom card pictures page into card_pictures subfolder The actual cyclic dependency fix is converting the mutual @subpage reference from custom_card_pictures to fixing_card_pictures into a plain @ref, so the page hierarchy no longer loops back on itself. --- .../{ => card_pictures}/custom_card_pictures.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename doc/doxygen/extra-pages/user_documentation/{ => card_pictures}/custom_card_pictures.md (98%) diff --git a/doc/doxygen/extra-pages/user_documentation/custom_card_pictures.md b/doc/doxygen/extra-pages/user_documentation/card_pictures/custom_card_pictures.md similarity index 98% rename from doc/doxygen/extra-pages/user_documentation/custom_card_pictures.md rename to doc/doxygen/extra-pages/user_documentation/card_pictures/custom_card_pictures.md index 4650e4889..fcf298fe8 100644 --- a/doc/doxygen/extra-pages/user_documentation/custom_card_pictures.md +++ b/doc/doxygen/extra-pages/user_documentation/card_pictures/custom_card_pictures.md @@ -6,7 +6,7 @@ There are three ways to make Cockatrice use custom artwork for your cards: - Providing a **custom card database** that points each printing at a picture URL via the `picurl` property. - Writing your **own download URL templates**. -Each of these is described below. If pictures are missing or wrong, see @subpage fixing_card_pictures instead. +Each of these is described below. If pictures are missing or wrong, see @ref fixing_card_pictures instead. # Custom Pictures Folder (CUSTOM) @@ -103,4 +103,4 @@ wiki for more examples and ideas. \attention Keep in mind that templates using `!name!` or `!set:muid!` resolve by name or multiverse ID, not by the exact printing. Only the Scryfall `!set:uuid!` templates always return the exact printing requested. See -@subpage fixing_card_pictures for more on this. +@ref fixing_card_pictures for more on this.