File 0188-Fix-split-list-item-in-xref-documentation.patch of Package erlang
From 65d059c3eb1d21da1f7c76296d76fa643934cd0f Mon Sep 17 00:00:00 2001 From: Ievgen Pyrogov <iamexile@gmail.com> Date: Sun, 11 Jan 2026 15:31:36 +0100 Subject: [PATCH] Fix split list item in xref documentation Fixes an issue with a single lit item being split into two --- lib/tools/doc/guides/xref_chapter.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/tools/doc/guides/xref_chapter.md b/lib/tools/doc/guides/xref_chapter.md index ec07b5da4a..bb1aa38347 100644 --- a/lib/tools/doc/guides/xref_chapter.md +++ b/lib/tools/doc/guides/xref_chapter.md @@ -264,10 +264,8 @@ xref:add_release(s, code:root_dir()). All exported functions of the `digraph` module used (in)directly by some function in `digraph`. -- **`xref:q(s, "L * yeccparser:Mod - range (closure (E |`** - -- **`yeccparser:Mod) | (X * yeccparser:Mod))").`** - The interpretation is left - as an exercise. +- **`xref:q(s, "L * yeccparser:Mod - range (closure (E | yeccparser:Mod) | (X * yeccparser:Mod))").`** - + The interpretation is left as an exercise. ## Graph Analysis -- 2.51.0