From 744bec57783291cfdc6ac9573950481c17873207 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Tue, 16 Sep 2025 11:09:22 +0200 Subject: [PATCH] [diff.class] Move text into note --- source/compatibility.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/compatibility.tex b/source/compatibility.tex index a46c9a71cc..de7c4654dc 100644 --- a/source/compatibility.tex +++ b/source/compatibility.tex @@ -3628,8 +3628,10 @@ All the definitions of C struct types enclosed in other struct definitions and accessed outside the scope of the enclosing struct can be exported to the scope of the enclosing struct. -Note: this is a consequence of the difference in scope rules, +\begin{note} +This is a consequence of the difference in scope rules, which is documented in \ref{basic.scope}. +\end{note} \howwide Seldom.