Home | History | Annotate | Line # | Download | only in doc
      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{}
     35 gprofng
     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 
     80 @ifnothtml
     81 @macro mycartouche{text}
     82 @smallexample
     83 \text\
     84 @end smallexample
     85 @end macro
     86 @end ifnothtml
     87 
     88 @ifhtml
     89 @macro mycartouche{text}
     90 @cartouche
     91 @smallexample
     92 \text\
     93 @end smallexample
     94 @end cartouche
     95 @end macro
     96 @end ifhtml
     97