aboutsummaryrefslogtreecommitdiff
path: root/doc/macros.texi
blob: a26ad0ca74568b288bbe41fb43fbd54d628743d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
@macro xopindex{option,text}
@opindex \option\, --\option\ @r{option, \text\}
@end macro

@macro opsummary{option}
@ifclear ANCHOR--\option\
@set ANCHOR--\option\ 1
@anchor{--\option\}
@end ifclear
@xopindex{\option\, summary}
@end macro

@macro xprindex{option}
@ifclear ANCHOR-PR-\option\
@set ANCHOR-PR-\option\ 1
@anchor{pragma \option\}
@end ifclear
@end macro

@macro example-output{text}
@smallexample
\text\
@end smallexample
@end macro

@macro mtasimopt{option,text}
@mtindex \option\, --\option\, @r{@command{mtasim} option, \text\}
@end macro

  

Return to:

Send suggestions and report system problems to the System administrator.