From a7a36085538f218678c635a595025b7235c0e8cc Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 12 Oct 2021 16:11:25 -0700 Subject: [PATCH] [docs] Rename overflow_resolution to repacker --- docs/{overflow_resolution.md => repacker.md} | 0 src/hb-repacker.hh | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/{overflow_resolution.md => repacker.md} (100%) diff --git a/docs/overflow_resolution.md b/docs/repacker.md similarity index 100% rename from docs/overflow_resolution.md rename to docs/repacker.md diff --git a/src/hb-repacker.hh b/src/hb-repacker.hh index 25ad6339e..d536e003e 100644 --- a/src/hb-repacker.hh +++ b/src/hb-repacker.hh @@ -35,7 +35,7 @@ /* * For a detailed writeup on the overflow resolution algorithm see: - * docs/overflow_resolution.md + * docs/repacker.md */ struct graph_t @@ -898,7 +898,7 @@ static bool _process_overflows (const hb_vector_t& o * duplicated. * * For a detailed writeup describing how the algorithm operates see: - * docs/overflow_resolution.md + * docs/repacker.md */ inline void hb_resolve_overflows (const hb_vector_t& packed,