Home | History | Annotate | Line # | Download | only in doc
      1      1.1  christos @c -- Macro definitions -------------------------------------------------------
      2      1.1  christos @c
      3      1.1  christos @c Since only letters can be used, we use capitalization to distinguish
      4      1.1  christos @c different words.
      5      1.1  christos @c ----------------------------------------------------------------------------
      6      1.1  christos @macro CollectApp{}
      7      1.1  christos @command{gprofng collect app}
      8      1.1  christos @end macro
      9      1.1  christos 
     10      1.1  christos @macro DisplayHTML{}
     11      1.1  christos @command{gprofng display html}
     12      1.1  christos @end macro
     13      1.1  christos 
     14      1.1  christos @macro DisplayText{}
     15      1.1  christos @command{gprofng display text}
     16      1.1  christos @end macro
     17      1.1  christos 
     18      1.1  christos @macro DisplaySRC{}
     19      1.1  christos @command{gprofng display src}
     20      1.1  christos @end macro
     21      1.1  christos 
     22      1.1  christos @macro Archive{}
     23      1.1  christos @command{gprofng archive}
     24      1.1  christos @end macro
     25      1.1  christos 
     26      1.1  christos @macro GUI{}
     27      1.1  christos @command{gprofng display gui}
     28      1.1  christos @end macro
     29      1.1  christos 
     30      1.1  christos @macro Driver{}
     31      1.1  christos @command{gprofng}
     32      1.1  christos @end macro
     33      1.1  christos 
     34      1.1  christos @macro ProductName{}
     35      1.1  christos gprofng
     36      1.1  christos @end macro
     37      1.1  christos 
     38      1.1  christos @macro ToolName{}
     39      1.1  christos @command{gprofng}
     40      1.1  christos @end macro
     41      1.1  christos 
     42      1.1  christos @macro IndexSubentry{label, string}
     43      1.1  christos @c -- @cindex \label\ @subentry \string\
     44      1.1  christos @cindex \label\, \string\
     45      1.1  christos @end macro
     46      1.1  christos 
     47      1.1  christos @macro vspace {lines}
     48      1.1  christos @iftex
     49      1.1  christos @sp \lines\
     50      1.1  christos @end iftex
     51      1.1  christos @end macro
     52      1.1  christos 
     53      1.1  christos @c -- For some reason ending this macro with @noindent does not work out well.
     54      1.1  christos 
     55      1.1  christos @macro OptionHeader {lines, option, description}
     56      1.1  christos @sp \lines\
     57      1.1  christos @noindent
     58      1.1  christos @code{\option\} @ @emph{\description\}
     59      1.1  christos @c -- @sp 1
     60      1.1  christos @end macro
     61      1.1  christos 
     62      1.1  christos @macro gcctabopt{body}
     63      1.1  christos @code{\body\}
     64      1.1  christos @end macro
     65      1.1  christos 
     66      1.1  christos @macro ManPageStart{headername}
     67      1.1  christos @ifclear man
     68      1.1  christos @sp 1
     69      1.1  christos @noindent @b{\headername\}
     70      1.1  christos @indentedblock
     71      1.1  christos @end ifclear
     72      1.1  christos @end macro
     73      1.1  christos 
     74      1.1  christos @macro ManPageEnd{}
     75      1.1  christos @ifclear man
     76      1.1  christos @end indentedblock
     77      1.1  christos @end ifclear
     78      1.1  christos @end macro
     79  1.1.1.2  christos 
     80  1.1.1.2  christos @ifnothtml
     81  1.1.1.2  christos @macro mycartouche{text}
     82  1.1.1.2  christos @smallexample
     83  1.1.1.2  christos \text\
     84  1.1.1.2  christos @end smallexample
     85  1.1.1.2  christos @end macro
     86  1.1.1.2  christos @end ifnothtml
     87  1.1.1.2  christos 
     88  1.1.1.2  christos @ifhtml
     89  1.1.1.2  christos @macro mycartouche{text}
     90  1.1.1.2  christos @cartouche
     91  1.1.1.2  christos @smallexample
     92  1.1.1.2  christos \text\
     93  1.1.1.2  christos @end smallexample
     94  1.1.1.2  christos @end cartouche
     95  1.1.1.2  christos @end macro
     96  1.1.1.2  christos @end ifhtml
     97