From f1a0aa3b49afffa7cf5e1f2e8b21163b33c46b51 Mon Sep 17 00:00:00 2001 From: Bernd Stellwag Date: Sat, 9 Oct 2021 22:30:31 +0200 Subject: [PATCH] Replace broken link with @see annotation to text representation of the linked image --- Source/inv.cpp | 1 - Source/inv.h | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Source/inv.cpp b/Source/inv.cpp index a4c58d46f..c5e1103f4 100644 --- a/Source/inv.cpp +++ b/Source/inv.cpp @@ -49,7 +49,6 @@ bool drawsbarflag; * 55 56 57 58 59 60 61 62 63 64 * * 65 66 67 68 69 70 71 72 - * @see graphics/inv/inventory.png */ const Point InvRect[] = { // clang-format off diff --git a/Source/inv.h b/Source/inv.h index c2ef7c7b2..da3f3fd5b 100644 --- a/Source/inv.h +++ b/Source/inv.h @@ -35,8 +35,10 @@ enum inv_item : int8_t { // clang-format on }; -// identifiers for each of the inventory squares -// see https://github.com/sanctuary/graphics/blob/master/inventory.png +/** + * identifiers for each of the inventory squares + * @see #InvRect + */ enum inv_xy_slot : uint8_t { // clang-format off SLOTXY_HEAD_FIRST = 0,