aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user/johnson
blob: aaedd4cb5ccbe811a8572d5db00f5543bbfb755f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@SysInclude { fig }
@SysInclude { diag }
@SysInclude { eq }
@SysInclude { tbl }
@SysInclude { doc }
@Doc @Text @Begin
@QD @Tbl
    rule { yes }
{
@Row format { @StartVSpan @Cell A | @StartHSpan @Cell B | @HSpan }
    A { @SomeText }
    B { @SomeText }
@Row format { @VSpan | @Cell B | @StartVSpan @Cell C }
    B { @SomeText }
    C { @SomeText }
@Row format { @StartHSpan @Cell A | @HSpan | @VSpan }
    A { @SomeText }
}
@End @Text