Update box design 'right', undeprecate

I still don't like it, but it shows a particular kind of box that has only a
right side, which is good on a technical level.
This commit is contained in:
Thomas Jensen 2021-04-03 21:23:47 +02:00
parent 6039b059da
commit 542e6bd4dd
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB
2 changed files with 10 additions and 10 deletions

View File

@ -1445,22 +1445,22 @@ BOX right
author "Thomas Jensen"
designer "Thomas Jensen"
revision "1.0"
revdate "June 17, 1999 (Thursday, 19:59h)"
revision "1.1"
revdate "April 3, 2021 (Saturday, 21:13h)"
created "June 17, 1999 (Thursday, 19:59h)"
tags "simple, programming, comment, deprecated"
tags "simple, programming, comment"
sample
This can be used for marking code changes with your initials
(I don't like it, but some people work this way):
for (j=0; j<blank_count; ++j) /*@TJ@*/
fprintf (opt.outfile, "\n"); /*@TJ@*/
blank_count = 0; /*@TJ@*/
for (j=0; j<blank_count; ++j) /* XX */
fprintf (opt.outfile, "\n"); /* XX */
blank_count = 0; /* XX */
ends
shapes {
e ("/*@TJ@*/")
e ("/* XX */")
}
padding { right 4 }

View File

@ -6,8 +6,8 @@ foo
bar
:OUTPUT-FILTER
:EXPECTED
foo /*@TJ@*/
/*@TJ@*/
bar /*@TJ@*/
foo /* XX */
/* XX */
bar /* XX */
0 0 -1 0
:EOF