From efd207fe3ef13f8a990abaff76f8af6a282e835a Mon Sep 17 00:00:00 2001 From: "Jurgen J. Vinju" Date: Thu, 4 Apr 2024 15:15:31 +0200 Subject: [PATCH] removed dead reference in docs --- src/org/rascalmpl/library/lang/box/util/Box2Text.rsc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/org/rascalmpl/library/lang/box/util/Box2Text.rsc b/src/org/rascalmpl/library/lang/box/util/Box2Text.rsc index 173418d6cab..3363219aa7f 100644 --- a/src/org/rascalmpl/library/lang/box/util/Box2Text.rsc +++ b/src/org/rascalmpl/library/lang/box/util/Box2Text.rsc @@ -22,7 +22,6 @@ and Eelco Visser (June 30, 1994). The original Box concept was introduced by Joe The main function `format` maps a Box tree to a `str`: * To obtain Box terms people typically transform ASTs or ((ParseTree))s to Box using pattern matching in Rascal. * ((Options)) encode global default options for constraint parameters that only override local parameters if they were elided. -* ((MarkupLanguage)) configures which markup language to use for syntax highlighting purposes. } @examples{ This demonstrates the semantics of the main hard constraints: