File 0613-compiler-Fix-duplicate-anchor.patch of Package erlang
From 38b3e19e68493426b1099060f18c70070d09e07f Mon Sep 17 00:00:00 2001
From: Lukas Larsson <lukas@erlang.org>
Date: Fri, 24 Nov 2023 15:08:02 +0100
Subject: [PATCH 13/13] compiler: Fix duplicate anchor
---
lib/compiler/doc/src/compile.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/compiler/doc/src/compile.xml b/lib/compiler/doc/src/compile.xml
index d7c5e34dd2..65ea2646b9 100644
--- a/lib/compiler/doc/src/compile.xml
+++ b/lib/compiler/doc/src/compile.xml
@@ -197,7 +197,7 @@
<tag><c>{debug_info, {Backend, Data}}</c></tag>
<item>
- <marker id="debug_info"></marker>
+ <marker id="debug_info_backend"></marker>
<p>Includes custom debug information in the form of a
<c>Backend</c> module with custom <c>Data</c> in the compiled beam module.
The given module must implement a <c>debug_info/4</c> function
--
2.35.3