xref: /netbsd-src/external/gpl3/binutils/dist/gprofng/doc/gp-macros.texi (revision cb63e24e8d6aae7ddac1859a9015f48b1d8bd90e)
1@c -- Macro definitions -------------------------------------------------------
2@c
3@c Since only letters can be used, we use capitalization to distinguish
4@c different words.
5@c ----------------------------------------------------------------------------
6@macro CollectApp{}
7@command{gprofng collect app}
8@end macro
9
10@macro DisplayHTML{}
11@command{gprofng display html}
12@end macro
13
14@macro DisplayText{}
15@command{gprofng display text}
16@end macro
17
18@macro DisplaySRC{}
19@command{gprofng display src}
20@end macro
21
22@macro Archive{}
23@command{gprofng archive}
24@end macro
25
26@macro GUI{}
27@command{gprofng display gui}
28@end macro
29
30@macro Driver{}
31@command{gprofng}
32@end macro
33
34@macro ProductName{}
35gprofng
36@end macro
37
38@macro ToolName{}
39@command{gprofng}
40@end macro
41
42@macro IndexSubentry{label, string}
43@c -- @cindex \label\ @subentry \string\
44@cindex \label\, \string\
45@end macro
46
47@macro vspace {lines}
48@iftex
49@sp \lines\
50@end iftex
51@end macro
52
53@c -- For some reason ending this macro with @noindent does not work out well.
54
55@macro OptionHeader {lines, option, description}
56@sp \lines\
57@noindent
58@code{\option\} @ @emph{\description\}
59@c -- @sp 1
60@end macro
61
62@macro gcctabopt{body}
63@code{\body\}
64@end macro
65
66@macro ManPageStart{headername}
67@ifclear man
68@sp 1
69@noindent @b{\headername\}
70@indentedblock
71@end ifclear
72@end macro
73
74@macro ManPageEnd{}
75@ifclear man
76@end indentedblock
77@end ifclear
78@end macro
79